- From: Jake Archibald <notifications@github.com>
- Date: Fri, 03 Nov 2017 13:04:40 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 3 November 2017 13:05:49 UTC
Currently, with fetch, you have to call `respondWith` during the dispatch of the event to signal that you intend on handling the response. `waitUntil` is separate, as you may wish to do additional work in the service worker related to the fetch, but not handle the response. Closing, as this is a dupe of #256 and #354. -- 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/issues/1148#issuecomment-341697485
Received on Friday, 3 November 2017 13:05:49 UTC