- From: Jake Archibald <notifications@github.com>
- Date: Mon, 07 Aug 2017 03:11:39 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 7 August 2017 10:12:00 UTC
jakearchibald commented on this pull request.
> @@ -2996,6 +2997,9 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
1. If |e|'s [=FetchEvent/respond-with error flag=] is set, set |handleFetchFailed| to true.
1. Else, set |response| to |e|'s [=FetchEvent/potential response=].
1. If |e|'s <a>canceled flag</a> is set, set |eventCanceled| to true.
+ 1. Run the following steps [=in parallel=]:
+ 1. Wait for the fetch to become [=fetch/terminated=].
+ 1. [=Queue a task=] to [=AbortSignal/signal abort=] on |requestObject|'s [=Request/signal=].
Yeah, I figured "GC" would take care of it.
What's the alternative? "Wait for the fetch to become [=fetch/terminated=], or (something that signal successful completion)"
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1178#discussion_r131618961
Received on Monday, 7 August 2017 10:12:00 UTC