We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ebfac4 commit 487292cCopy full SHA for 487292c
docs/index.bs
@@ -1630,7 +1630,9 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
1630
1. Append |rule| to |allRules|.
1631
1632
1. Set |serviceWorker|'s [=service worker/list of router rules=] to |allRules|.
1633
- 1. Resolve |promise| with undefined.
+ 1. Let |serviceWorkerEventLoop| be the [=current global object=]'s [=event loop=].
1634
+ 1. [=Queue a task=] to run the following steps on |serviceWorkerEventLoop| using the [=DOM manipulation task source=]:
1635
+ 1. Resolve |promise| with undefined.
1636
1. Return |promise|.
1637
</section>
1638
0 commit comments