- From: Ben Kelly <notifications@github.com>
- Date: Mon, 29 May 2017 07:19:59 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 29 May 2017 14:20:38 UTC
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