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

> So, making "Browser Shutdown" invoke Activate for all the registrations having both .active and .waiting makes sense? Let me know if this conforms to the current Chrome behavior.

One difference is when you restart Chrome, if you getRegistration(scope) from an out of scope page you can get a registration with non-null waiting and null active.

That could probably be considered an implementation bug though. On getRegistration Chrome could trigger Activate that case, then I think it'd conform to the spec.
 

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

Received on Friday, 4 December 2015 01:05:26 UTC