diff --git a/spec/service_worker/index.html b/spec/service_worker/index.html index 854fae69..050a2ec3 100644 --- a/spec/service_worker/index.html +++ b/spec/service_worker/index.html @@ -823,6 +823,7 @@

focus()

  • Let promise be a new promise.
  • Run these steps in parallel:
      +
    1. If this algorithm is not allowed to show a popup, return a promise rejected with a "InvalidAccessError" exception.
    2. Let browsingContext be the context object's associated service worker client's global object's browsing context.
    3. Queue a task to run the following substeps on the context object's associated service worker client's responsible event loop using the user interaction task source: