FedCm.enableNo description available.
| Name | Type | Description |
|---|---|---|
disableRejectionDelay (optional) | boolean | Allows callers to disable the promise rejection delay that would normally happen, if this is unimportant to what's being tested. (step 4 of https://fedidcg.github.io/FedCM/#browser-api-rp-sign-in) |
{
"id": 1,
"method": "FedCm.enable"
}
{
"id": 1,
"result": {}
}
const result = await send('FedCm.enable');
console.log(result);