File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,8 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
214
214
215
215
A [=/service worker=] is said to be <dfn>running</dfn> if its [=event loop=] is running.
216
216
217
+ A [=/service worker=] has an associated <dfn>[[service worker queue]]</dfn> (a [=parallel queue=] ).
218
+
217
219
<section>
218
220
<h4 id="service-worker-lifetime">Lifetime</h4>
219
221
@@ -1622,8 +1624,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
1622
1624
1623
1625
Note: this step is for making |lifetimePromise| always fullfilled to avoid the install event failure.
1624
1626
1625
- 1. Let |serviceWorkerEventLoop| be the [=current global object=] 's [=event loop=] .
1626
- 1. [=Queue a task=] to run the following steps on |serviceWorkerEventLoop| using the [=DOM manipulation task source=] :
1627
+ 1. [=queue/Enqueue=] the following steps to [=[[service worker queue]]=] :
1627
1628
1. Let |allRules| be a copy of |serviceWorker|'s [=list of router rules=] .
1628
1629
1. For each |rule| of |rules|:
1629
1630
1. Append |rule| to |allRules|.
You can’t perform that action at this time.
0 commit comments