Re: [ServiceWorker] unregister() then register() same-scope, different script URL that fails: what do you expect to happen? (#396)

Re @nikhilm's https://github.com/slightlyoff/ServiceWorker/issues/396#issuecomment-73335779, my intention was to satisfy the condition (1) for https://github.com/slightlyoff/ServiceWorker/issues/396#issuecomment-71418536.

However, by reviewing those steps again, I think Install algorithm steps 7.8.1 - 7.8.2 can be removed as suggested. The Install request with later timeStamp than the uninstalling flag will never break the currently running active worker state anyway by waiting for all the controlled clients unload. 

@mattto, before removing those steps, let me know if you have any concerns.

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

Received on Tuesday, 10 February 2015 02:54:04 UTC