- From: Jake Archibald <notifications@github.com>
- Date: Sat, 06 Aug 2016 02:09:59 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Saturday, 6 August 2016 09:10:34 UTC
@bkimmel > I've used patterns in the past of "hanging" a service worker mid-lifecycle with event.waitUntil `event.waitUntil` doesn't prevent events of the same type firing. Eg, it doesn't hold up other fetch events. I get that there's a fear of cuncurrency here, but do you have an example of something you're doing now that would break with concurrency? --- 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/756#issuecomment-238014103
Received on Saturday, 6 August 2016 09:10:34 UTC