Skip to content

Commit d9ea924

Browse files
committed
Remove appidExclude
1 parent 418deb1 commit d9ea924

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

baselines/dom.generated.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ interface AuthenticationExtensionsClientOutputs {
217217

218218
interface AuthenticationExtensionsClientOutputsJSON {
219219
appid?: boolean;
220-
appidExclude?: boolean;
221220
credProps?: CredentialPropertiesOutput;
222221
largeBlob?: AuthenticationExtensionsLargeBlobOutputsJSON;
223222
prf?: AuthenticationExtensionsPRFOutputsJSON;

baselines/ts5.5/dom.generated.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ interface AuthenticationExtensionsClientOutputs {
214214

215215
interface AuthenticationExtensionsClientOutputsJSON {
216216
appid?: boolean;
217-
appidExclude?: boolean;
218217
credProps?: CredentialPropertiesOutput;
219218
largeBlob?: AuthenticationExtensionsLargeBlobOutputsJSON;
220219
prf?: AuthenticationExtensionsPRFOutputsJSON;

baselines/ts5.6/dom.generated.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ interface AuthenticationExtensionsClientOutputs {
214214

215215
interface AuthenticationExtensionsClientOutputsJSON {
216216
appid?: boolean;
217-
appidExclude?: boolean;
218217
credProps?: CredentialPropertiesOutput;
219218
largeBlob?: AuthenticationExtensionsLargeBlobOutputsJSON;
220219
prf?: AuthenticationExtensionsPRFOutputsJSON;

baselines/ts5.9/dom.generated.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ interface AuthenticationExtensionsClientOutputs {
214214

215215
interface AuthenticationExtensionsClientOutputsJSON {
216216
appid?: boolean;
217-
appidExclude?: boolean;
218217
credProps?: CredentialPropertiesOutput;
219218
largeBlob?: AuthenticationExtensionsLargeBlobOutputsJSON;
220219
prf?: AuthenticationExtensionsPRFOutputsJSON;

inputfiles/patches/webauthn.kdl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,8 @@ removals {
5656
member otp
5757
member password
5858
}
59+
60+
dictionary AuthenticationExtensionsClientOutputsJSON {
61+
member appidExclude // No implementation as of 2025-12
62+
}
5963
}

0 commit comments

Comments
 (0)