diff --git a/source b/source index 7e1d4a11cbb..2ca29446c04 100644 --- a/source +++ b/source @@ -3944,7 +3944,10 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

The following terms are defined in Service Workers:

@@ -96336,6 +96339,11 @@ interface WorkerGlobalScope : EventTarget { source, to dispatch the event at worker global scope.

+
  • Enable the client message queue of the + ServiceWorkerContainer object whose + associated service worker + client is worker global scope's relevant settings object.

  • +
  • Event loop: Run the responsible @@ -107413,8 +107421,24 @@ document.body.appendChild(text);

  • -
  • Queue a task to fire a simple event that bubbles named DOMContentLoaded at the Document.

  • +
  • + +

    Queue a task to run the following substeps:

    + +
      + +
    1. Fire a simple event that bubbles named DOMContentLoaded at the Document.

    2. + +
    3. Enable the client message queue of the + ServiceWorkerContainer object whose + associated service worker + client is the Document's Window object's relevant + settings object.

    4. + +
    + +
  • Spin the event loop until the set of scripts that will execute as soon as possible and the list of scripts that will execute in order as soon as