Skip to content

Commit

Permalink
Merge pull request #2098 from w3c/issue-2066-usvstring-alt
Browse files Browse the repository at this point in the history
Relax PublicKeyCredentialRequestOptions.rpId to DOMString
  • Loading branch information
emlun authored Jul 31, 2024
2 parents 49325c8 + e3603f3 commit 30061db
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 @@ -3513,7 +3513,7 @@ an assertion. Its {{PublicKeyCredentialRequestOptions/challenge}} member MUST be
dictionary PublicKeyCredentialRequestOptions {
required BufferSource challenge;
unsigned long timeout;
USVString rpId;
DOMString rpId;
sequence<PublicKeyCredentialDescriptor> allowCredentials = [];
DOMString userVerification = "preferred";
sequence<DOMString> hints = [];
Expand Down

0 comments on commit 30061db

Please sign in to comment.