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

One thing to check is the scenario where a registration has both .active and .waiting, and the browser is killed in that state. When the browser restarts and the .active spins off on an event and invokes `clients.claim()`. I think this should be working. For this scenario, shouldn't both .active and .waiting be persisted?

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

Received on Wednesday, 2 December 2015 10:36:39 UTC