Skip to content

Commit

Permalink
Fix: TypeError is not a DOMException
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Aug 7, 2024
1 parent 4d11303 commit 4a4a43b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,10 @@ <h3>
</li>
<li>[=Consume user activation=] of |window|.
</li>
<li>Let |providers| be |options|'s
{{CredentialRequestOptions/digital}}'s
<li>Let |providers| be |options|'s {{CredentialRequestOptions/digital}}'s
{{DigitalCredentialRequestOptions/providers}} member.
</li>
<li>If |providers| is empty, [=exception/throw=] a {{"TypeError"}}
{{DOMException}}.
<li>If |providers| is empty, [=exception/throw=] a {{TypeError}}.
</li>
<li>
<aside class="issue">
Expand Down

0 comments on commit 4a4a43b

Please sign in to comment.