Skip to content

Commit 4a4a43b

Browse files
committed
Fix: TypeError is not a DOMException
1 parent 4d11303 commit 4a4a43b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,10 @@ <h3>
301301
</li>
302302
<li>[=Consume user activation=] of |window|.
303303
</li>
304-
<li>Let |providers| be |options|'s
305-
{{CredentialRequestOptions/digital}}'s
304+
<li>Let |providers| be |options|'s {{CredentialRequestOptions/digital}}'s
306305
{{DigitalCredentialRequestOptions/providers}} member.
307306
</li>
308-
<li>If |providers| is empty, [=exception/throw=] a {{"TypeError"}}
309-
{{DOMException}}.
307+
<li>If |providers| is empty, [=exception/throw=] a {{TypeError}}.
310308
</li>
311309
<li>
312310
<aside class="issue">

0 commit comments

Comments
 (0)