Skip to content

Commit

Permalink
Throw if providers is empty (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Aug 7, 2024
1 parent 03bfae9 commit 7f8e68e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,13 @@ <h3>
</li>
<li>[=Consume user activation=] of |window|.
</li>
<li>Let |providers| be |options|'s
{{DigitalCredentialRequestOptions/digital}}'s
{{IdentityRequestProvider/providers}} member.
</li>
<li>If |providers| is empty, [=exception/throw=] a {{"TypeError"}}
{{DOMException}}.
</li>
<li>
<aside class="issue">
Details of how to actually get the [=digital credential=] are
Expand Down

0 comments on commit 7f8e68e

Please sign in to comment.