From b4b13904c5524dfd057afe1fe4a4e1a98a696428 Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Mon, 2 Oct 2023 14:45:48 +0200 Subject: [PATCH] Remove [SameObject] attribute from PublicKeyCredential.authenticatorAttachment --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index bad66c9bf..8bc636a80 100644 --- a/index.bs +++ b/index.bs @@ -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 isConditionalMediationAvailable(); PublicKeyCredentialJSON toJSON();