diff --git a/index.html b/index.html index a40f96c..7376f26 100644 --- a/index.html +++ b/index.html @@ -552,6 +552,11 @@

The subscribe method when invoked MUST run the following steps:

    +
  1. If the [=relevant global object=] of [=this=] does not have [=transient activation=], + return [=a promise rejected with=] with a {{"NotAllowedError"}} {{DOMException}}. +
  2. +
  3. [=Consume user activation=] of [=this=]'s [=relevant global object=]. +
  4. Let |promise| be a new promise.
  5. Return |promise| and continue the following steps asynchronously.