Re: [w3c/ServiceWorker] event.waitUntil/respondWith vs return promise (#1148)

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