Re: [w3c/ServiceWorker] Should update() called on an installing worker reject (as currently does?) (#1155)

I believe we do.  We added it to prevent the service worker spinning on a SW that calls update() before install completes and then has its install fail.  If we queue an update job in those circumstances we will continuously run jobs that each fail.  So we added this step to prevent self-update on uninstalled SW.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1155#issuecomment-304671844

Received on Monday, 29 May 2017 14:20:38 UTC