← back to v130 · webauthn-signal-api

conformance · v130

v130 · webauthn-signal-api — 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.

browser: spec: https://pr-preview.s3.amazonaws.com/nsatragno/webauthn/pull/2093.html#sctn-signal-methods chromestatus: #5101778518147072 generated 2026-06-02T08:41:51Z by codex-auto-research-v130
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
publickeycredential-exists PublicKeyCredential is exposed as the WebAuthn credential interface. spec ↗ exists
signal-unknown-credential-static PublicKeyCredential.signalUnknownCredential is exposed. spec ↗ typeof
signal-all-accepted-credentials-static PublicKeyCredential.signalAllAcceptedCredentials is exposed. spec ↗ typeof
signal-current-user-details-static PublicKeyCredential.signalCurrentUserDetails is exposed. spec ↗ typeof
credentials-container-create navigator.credentials.create remains available; the signal API complements registration. spec ↗ script
signal-unknown-credential-returns-promise signalUnknownCredential returns a Promise for a minimal signal request. spec ↗ script