Re: [w3c/ServiceWorker] resurrected service workers don't fire an activate event which may break expectations (#1204)

I'm unsure about the problem in the OP. You'll have a similar problem if `existingWindow` was shift-reloaded.

In cases where I want claiming to happen like this, I post a message to the service worker asking it to claim all. This is how https://jakearchibald.github.io/isserviceworkerready/demos/claim/ works.

That said…

> maybe we should just get rid of resurrection completely

Resurrection has never sat well with me. I support getting rid of it if we can.

-- 
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/1204#issuecomment-336169658

Received on Thursday, 12 October 2017 15:17:12 UTC