Skip to content

Commit

Permalink
Reference Credential/[[Store]] in our implementation of it
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Aug 31, 2023
1 parent a2cec5b commit 125c495
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2727,8 +2727,10 @@ The steps for [=issuing a credential request to an authenticator=] are as follow

<div link-for-hint="PublicKeyCredential/[[Store]](credential, sameOriginWithAncestors)">

The <dfn for="PublicKeyCredential" method>\[[Store]](credential, sameOriginWithAncestors)</dfn> method is not supported
for Web Authentication's {{PublicKeyCredential}} type, so it always throws an error.
The {{Credential/[[Store]](credential, sameOriginWithAncestors)}} method is not supported
for Web Authentication's {{PublicKeyCredential}} type,
so its implementation of the <dfn for="PublicKeyCredential" method>\[[Store]](credential, sameOriginWithAncestors)</dfn>
[=internal method=] always throws an error.

Note: This algorithm is synchronous; the {{Promise}} resolution/rejection is handled by
{{CredentialsContainer/store()|navigator.credentials.store()}}.
Expand Down

0 comments on commit 125c495

Please sign in to comment.