@@ -2,6 +2,7 @@ removals {
22 enum AuthenticatorTransport {
33 smart-card // WebKit only as of 2023-05
44 }
5+
56 dictionary AuthenticationExtensionsClientInputs {
67 // https://searchfox.org/mozilla-central/source/dom/webidl/WebAuthentication.webidl
78 // https://searchfox.org/wubkat/source/Source/WebCore/Modules/webauthn/AuthenticationExtensionsClientInputs.idl
@@ -12,15 +13,18 @@ removals {
1213 member hmacGetSecret // No implementation as of 2025-05
1314 member payment
1415 }
16+
1517 dictionary AuthenticationExtensionsClientInputsJSON {
1618 member appidExclude
1719 }
20+
1821 dictionary AuthenticationExtensionsClientOutputs {
1922 // (same as *Inputs)
2023 member appidExclude // No implementation as of 2025-05
2124 member hmacGetSecret // No implementation as of 2025-05
2225 member payment // Blink only as of 2025-06
2326 }
27+
2428 dictionary PublicKeyCredentialCreationOptions {
2529 member attestationFormats // Blink only as of 2024-08
2630 member hints // Blink only as of 2024-08
@@ -33,6 +37,7 @@ removals {
3337 dictionary PublicKeyCredentialRequestOptions {
3438 member hints // Blink only as of 2024-08
3539 }
40+
3641 dictionary CredentialRequestOptions {
3742 // Only `mediation`, `publicKey`, `signal` are implemented by 2+ engines, everything else is currently Blink only.
3843 // https://searchfox.org/mozilla-central/source/dom/webidl/CredentialManagement.webidl
0 commit comments