Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 53afa65

Browse files
committed
Add more compat info.
1 parent f70e927 commit 53afa65

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

compat.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ A document to track more specific nuances than <https://caniuse.com/?search=weba
99
| `PublicKeyCredential.isConditionalMediationAvailable()` | [spec](https://w3c.github.io/webauthn/#dom-publickeycredential-isconditionalmediationavailable), [crbug](https://bugs.chromium.org/p/chromium/issues/detail?id=1330946) | ✅ 109.0.5414.87 || ✅ 16+ |
1010
| `largeBlob` extension | [spec](https://w3c.github.io/webauthn/#sctn-large-blob-extension), [crbug](https://bugs.chromium.org/p/chromium/issues/detail?id=1114875&colspec=ID%20Pri%20M%20Status%20Owner%20Summary%20OS%20Modified&x=m&y=releaseblock&cells=tiles&q=largeBlob&can=1), [chromestatus](https://chromestatus.com/feature/5657899357437952) | 🏁[^2][^3] |[^4] |[^4] |
1111
| `authenticatorAttachment` on `PublicKeyCredential` return values | [spec](https://w3c.github.io/webauthn/#dom-publickeycredential-authenticatorattachment) | ✅ 109.0.5414.87 | ❌ 111.0a1 | ✅ 16.2 |
12-
| `parseCreationOptionsFromJSON` and `parseRequestOptionsFromJSON` on `globalThis.PublicKeyCredential` | [spec](https://w3c.github.io/webauthn/#sctn-parseCreationOptionsFromJSON) | ❌ 109.0.5414.87 | ❌ 111.0a1 | ❌ 16.2 |
12+
| `parseCreationOptionsFromJSON` and `parseRequestOptionsFromJSON` on `globalThis.PublicKeyCredential` | [spec](https://w3c.github.io/webauthn/#sctn-parseCreationOptionsFromJSON), [crbug](https://bugs.chromium.org/p/chromium/issues/detail?id=1401128), [bugzilla](https://bugzilla.mozilla.org/show_bug.cgi?id=1823782) | ❌ 109.0.5414.87 | ❌ 111.0a1 | ❌ 16.2 |
1313
| Methods on `AuthenticatorAttestationResponse`: `getAuthenticatorData`, `getPublicKey`, `getPublicKeyAlgorithm`, `getTransports` | [spec](https://w3c.github.io/webauthn/#sctn-parseCreationOptionsFromJSON) | ✅ 109.0.5414.87 | ❌ 111.0a1 | ✅ 16.2 |
14+
| Conditional mediation with allowlist | [spec PR](https://github.com/w3c/webauthn/issues/1793) | TODO | TODO | TODO |
1415

1516
[^2]: Flag: `chrome://flags/#enable-experimental-web-platform-features`
1617
[^3]: Works with a YubiKey Bio but not Touch ID.

0 commit comments

Comments
 (0)