We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78f1bb commit 4ab0fb4Copy full SHA for 4ab0fb4
index.html
@@ -552,6 +552,11 @@ <h2>
552
The <dfn>subscribe</dfn> method when invoked MUST run the following steps:
553
</p>
554
<ol>
555
+ <li>If the [=relevant global object=] of [=this=] does not have [=transient activation=],
556
+ return [=a promise rejected with=] with a {{"NotAllowedError"}} {{DOMException}}.
557
+ </li>
558
+ <li>[=Consume user activation=] of [=this=]'s [=relevant global object=].
559
560
<li>Let |promise| be <a>a new promise</a>.
561
</li>
562
<li>Return |promise| and continue the following steps asynchronously.
0 commit comments