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

Chrome's position is that when the browser is closed, the .active worker no longer controls a client. So it restarts with only the .waiting worker which is activated on the next fetch or push event.

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

Received on Wednesday, 2 December 2015 13:26:12 UTC