Skip to content

Commit

Permalink
Merge pull request #2120 from w3c/mm/update-responsejson-id-type
Browse files Browse the repository at this point in the history
Change `*ResponseJSON.id` to `DOMString`
  • Loading branch information
MasterKale authored Aug 14, 2024
2 parents b308a66 + 769610e commit 9135ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@ that are returned to the caller when a new credential is created, or a new asser
typedef object PublicKeyCredentialJSON;

dictionary RegistrationResponseJSON {
required Base64URLString id;
required DOMString id;
required Base64URLString rawId;
required AuthenticatorAttestationResponseJSON response;
DOMString authenticatorAttachment;
Expand All @@ -1655,7 +1655,7 @@ that are returned to the caller when a new credential is created, or a new asser
};

dictionary AuthenticationResponseJSON {
required Base64URLString id;
required DOMString id;
required Base64URLString rawId;
required AuthenticatorAssertionResponseJSON response;
DOMString authenticatorAttachment;
Expand Down

0 comments on commit 9135ead

Please sign in to comment.