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

> Personally I would be ok simply not persisting .installing workers. Only workers that make it to .waiting would be persistent across browser restarts.

I'm not sure how to spec that behavior if desirable.

The behavior of the spec and the impl is mostly aligned except a subtle difference that the spec requires `getRegistration()` on the restart should return non-null `registration.installing` whereas the impl returns null.

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

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