Skip to content

Commit

Permalink
Merge pull request #1981 from w3c/issue-1977-sameobject
Browse files Browse the repository at this point in the history
Remove [SameObject] attribute from PublicKeyCredential.authenticatorAttachment
  • Loading branch information
emlun committed Oct 4, 2023
2 parents f1475bd + b4b1390 commit 50d8b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ that are returned to the caller when a new credential is created, or a new asser
interface PublicKeyCredential : Credential {
[SameObject] readonly attribute ArrayBuffer rawId;
[SameObject] readonly attribute AuthenticatorResponse response;
[SameObject] readonly attribute DOMString? authenticatorAttachment;
readonly attribute DOMString? authenticatorAttachment;
AuthenticationExtensionsClientOutputs getClientExtensionResults();
static Promise<boolean> isConditionalMediationAvailable();
PublicKeyCredentialJSON toJSON();
Expand Down

0 comments on commit 50d8b65

Please sign in to comment.