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

> Yes, seems safest for wait for fetch events to settle normally. Just have to ensure there is no implementation bug preventing it from being settled after the page is closed.

Are you worried about the window being closed while the FetchEvent is still in the event queue or after the SW has started processing it?  Or maybe being closed between start of FetchEvent processing and queueing the event?

I was trying to think about how we would exercise the case in a WPT test.

---
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-229666858

Received on Thursday, 30 June 2016 14:01:08 UTC