Re: [ServiceWorker] Event queuing model for SW (#649)

I think (B) is still the better model, but you obviously need to GC some stuff and let other stuff be. If someone closes a client and that client has outstanding fetches, those fetches are terminated. We might need to have a check before we dispatch the `fetch` event to make sure that it has not been canceled.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/649#issuecomment-90902626

Received on Wednesday, 8 April 2015 12:41:15 UTC