Skip to content

Commit 60ea69b

Browse files
Remove redundant "in parallel"
1 parent f5fafc7 commit 60ea69b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/index.bs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1618,10 +1618,9 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
16181618
Note: {{InstallEvent/addRoutes(rules)|event.addRoutes(rules)}} extends the lifetime of the event by default as if {{ExtendableEvent/waitUntil()|event.waitUntil(promise)}} is called.
16191619

16201620
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.
16231622

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.
16251624

16261625
1. Let |serviceWorkerEventLoop| be the [=current global object=]'s [=event loop=].
16271626
1. [=Queue a task=] to run the following steps on |serviceWorkerEventLoop| using the [=DOM manipulation task source=]:

0 commit comments

Comments
 (0)