Re: [slightlyoff/ServiceWorker] More clarity around waiting for an active worker to finish (#916)

> If the browser's need for a request is dropped (page closes or user hits X on a navigation), then the respondWith promise for the related fetch no longer counts.
What happen with side effects happening inside the `respondWith()` promise like cache or IndexedDB alterations. The could be interrupted if it does not count.

---
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/916#issuecomment-229332311

Received on Wednesday, 29 June 2016 11:43:44 UTC