Skip to content

Commit 7f8e68e

Browse files
Throw if providers is empty (#146)
1 parent 03bfae9 commit 7f8e68e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,13 @@ <h3>
301301
</li>
302302
<li>[=Consume user activation=] of |window|.
303303
</li>
304+
<li>Let |providers| be |options|'s
305+
{{DigitalCredentialRequestOptions/digital}}'s
306+
{{IdentityRequestProvider/providers}} member.
307+
</li>
308+
<li>If |providers| is empty, [=exception/throw=] a {{"TypeError"}}
309+
{{DOMException}}.
310+
</li>
304311
<li>
305312
<aside class="issue">
306313
Details of how to actually get the [=digital credential=] are

0 commit comments

Comments
 (0)