- From: Ashley (Scirra) <notifications@github.com>
- Date: Wed, 06 Apr 2016 06:40:18 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 6 April 2016 13:40:52 UTC
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