← back to v141 · digital-credentials-api-presentation-support
conformance · v141
v141 · digital-credentials-api-presentation-support — conformance probe
6 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
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
digital-credential-exposed |
The DigitalCredential interface is exposed globally so wallet-issued credentials have a JS surface. | exists | … | |
credentials-container-exists |
navigator.credentials (CredentialsContainer) is the entry point for the presentation request. | script | … | |
credentials-get-accepts-digital |
navigator.credentials.get accepts a 'digital' member describing the requested credential providers per the Digital Credentials API spec. | script | … | |
user-activation-required-surface |
Document exposes a UserActivation interface (navigator.userActivation), which the spec requires for presentation requests. | script | … | |
abortcontroller-supported |
AbortController is available so callers can cancel an in-flight presentation request as the spec requires. | exists | … | |
credential-base-class |
Credential is the base interface; DigitalCredential extends it per the Credential Management spec. | exists | … |