File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -696,13 +696,11 @@ <h3>
696
696
|request| to a JSON string. [=exception/throw|Re-throw=] any
697
697
[=exception=].
698
698
</ 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}}.
702
701
</ 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}}.
706
704
</ li >
707
705
< li > If |protocol| is not supported by the user agent,
708
706
[=exception/throw=] a {{NotSupportedError}} {{DOMException}}.
You can’t perform that action at this time.
0 commit comments