Re: [ServiceWorker] should installing workers be persisted if browser is killed? (#794)

I think there should be certain cases where clients want to get access to `.installing`, `.waiting` and `.active` at the same time, e.g. messaging between them. The whole point we divided the states of the workers that can be running in parallel is to maintain the versions of the workers without breaking the state.

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

Received on Wednesday, 2 December 2015 07:57:05 UTC