You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: {{InstallEvent/addRoutes(rules)|event.addRoutes(rules)}} extends the lifetime of the event by default as if {{ExtendableEvent/waitUntil()|event.waitUntil(promise)}} is called.
1619
1619
1620
1620
1. Let |promise| be a new [=promise=].
1621
-
1. [=In parallel=]:
1622
-
1. Upon [=upon fulfillment|fulfillment=] or [=upon rejection|rejection=] of |promise|, resolve |lifetimePromise| with undefined.
1621
+
1. Upon [=upon fulfillment|fulfillment=] or [=upon rejection|rejection=] of |promise|, resolve |lifetimePromise| with undefined.
1623
1622
1624
-
Note: this step is for making |lifetimePromise| always fullfilled to avoid the install event failure.
1623
+
Note: this step is for making |lifetimePromise| always fullfilled to avoid the install event failure.
1625
1624
1626
1625
1. Let |serviceWorkerEventLoop| be the [=current global object=]'s [=event loop=].
1627
1626
1. [=Queue a task=] to run the following steps on |serviceWorkerEventLoop| using the [=DOM manipulation task source=]:
0 commit comments