← back to v136 · fedcm-alternative-fields-in-account-selection
conformance · v136
v136 · fedcm-alternative-fields-in-account-selection — conformance probe
5 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
5
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
identity-credential-exists |
IdentityCredential is exposed — the credential type FedCM produces. spec ↗ | exists | … | |
credentials-get-is-function |
navigator.credentials.get is a function — the entry point that consumes the new account-selection fields. spec ↗ | typeof | … | |
credentials-container-exposed |
navigator.credentials is exposed for the FedCM `identity` field. | exists | … | |
abort-controller-for-fedcm |
AbortController exists — required by FedCM get() so authors can cancel account selection. | typeof | … | |
identity-provider-config-options |
Calling navigator.credentials.get with an `identity` option returns a Promise — the request is recognised even if it ultimately fails. | script | … |