- From: Matt Falkenhagen <notifications@github.com>
- Date: Mon, 23 Feb 2015 01:00:34 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 23 February 2015 09:01:07 UTC
Ah, I see the SW would run self.registration.unregister({immediate: true}), so that also takes 24 hours. I implementing both unregister({immediate: true}) and HTTP status 410 would be OK. The protocol solution is a bigger hammer in case the browser's having trouble even spinning up workers or its registration job queue is wedged. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/614#issuecomment-75508220
Received on Monday, 23 February 2015 09:01:07 UTC