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 28f2a51 commit 9e0769aCopy full SHA for 9e0769a
index.html
@@ -574,7 +574,12 @@ <h3>
574
The <dfn>subscribe()</dfn> method when invoked MUST run the following steps:
575
</p>
576
<ol class="algorithm">
577
- <li>Let |promise| be [=a new promise=].
+ <li>If the [=relevant global object=] of [=this=] does not have [=transient activation=],
578
+ return [=a promise rejected with=] with a {{"NotAllowedError"}} {{DOMException}}.
579
+ </li>
580
+ <li>[=Consume user activation=] of [=this=]'s [=relevant global object=].
581
582
+ <li>Let |promise| be <a>a new promise</a>.
583
</li>
584
<li>Let |global| be [=this=]' [=relevant global object=].
585
0 commit comments