We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c87b0 commit ee3dde1Copy full SHA for ee3dde1
index.html
@@ -766,8 +766,15 @@
766
<li data-tests=
767
"payment-request-show-method.https.html, show-method-postmessage-manual.https.html">
768
If the [=relevant global object=] of [=request=] does not have
769
- [=transient activation=], return [=a promise rejected with=] with a
770
- {{"NotAllowedError"}} {{DOMException}}.
+ [=transient activation=]:
+ <ol>
771
+ <li>Set |request|.{{PaymentRequest/[[state]]}} to
772
+ "[=PaymentRequest/closed=]".
773
+ li>
774
+ <li>Return [=a promise rejected with=] with a {{"SecurityError"}}
775
+ {{DOMException}}.
776
777
+ ol>
778
li>
779
<li data-tests="show-consume-activation.https.html">[=Consume user
780
activation=] of the [=relevant global object=].
0 commit comments