Skip to content

Commit

Permalink
Add required mediation (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Aug 27, 2024
1 parent 6ef7122 commit 84cbf75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@ <h2>
The <dfn>DigitalCredential</dfn> interface represents a conceptual
[=digital credential=].
</p>
<p>
[=User mediation=] is always {{CredentialMediationRequirement/"required"}}.
[=Request a credential|Requesting a DigitalCredential credential=] does not support {{CredentialMediationRequirement/"conditional"}}, {{CredentialMediationRequirement/"optional"}}, or {{CredentialMediationRequirement/"silent"}} [=user mediation=]. If {{CredentialsContainer/get()}} is called with anything other than {{CredentialMediationRequirement/"required"}}, a {{TypeError}} will be thrown.
</p>
<pre class="idl">
[Exposed=Window, SecureContext]
interface DigitalCredential : Credential {
Expand Down

0 comments on commit 84cbf75

Please sign in to comment.