Re: [slightlyoff/ServiceWorker] Provide a convenience method to run code outside event handler (#866)

No, because you may want to respond to the fetch event immediately, then kick off some long-running process in the background. If you put the long-running process in `waitUntil`, then the fetch request will be unnecessarily delayed until the long-running process completes.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/866#issuecomment-206378072

Received on Wednesday, 6 April 2016 13:40:52 UTC