Skip to content

Commit f79fdca

Browse files
committed
set protocol
1 parent 3e8a798 commit f79fdca

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

index.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -696,13 +696,11 @@ <h3>
696696
|request| to a JSON string. [=exception/throw|Re-throw=] any
697697
[=exception=].
698698
</li>
699-
<li>If |requests|'s {{DigitalCredentialGetRequest/protocol}} is not
700-
allowed by the user agent, [=exception/throw=] a
701-
{{NotSupportedError}} {{DOMException}}.
699+
<li>Let |protocol| be |requests|'s
700+
{{DigitalCredentialGetRequest/protocol}}.
702701
</li>
703-
<li>
704-
Let |protocol| be |requests|'s
705-
{{DigitalCredentialGetRequest/protocol}}.
702+
<li>If |protocol| is not allowed by the user agent,
703+
[=exception/throw=] a {{NotSupportedError}} {{DOMException}}.
706704
</li>
707705
<li>If |protocol| is not supported by the user agent,
708706
[=exception/throw=] a {{NotSupportedError}} {{DOMException}}.

0 commit comments

Comments
 (0)