diff --git a/index.bs b/index.bs index fd24a838..6c57470c 100644 --- a/index.bs +++ b/index.bs @@ -2099,7 +2099,6 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ 1. [=list/For each=] |fetchController| of |fetchControllers|, [=fetch controller/abort=] |fetchController|. 1. Return [=a promise rejected with=] a `TypeError`. 1. If |r|'s [=request/client=]'s [=environment settings object/global object=] is a {{ServiceWorkerGlobalScope}} object, set |request|'s [=service-workers mode=] to "`none`". - 1. Set |r|'s [=request/initiator=] to "`fetch`" and [=request/destination=] to "`subresource`". 1. Add |r| to |requestList|. 1. Let |responsePromise| be [=a new promise=]. 1. Run the following substeps [=in parallel=]: