- From: Ben Kelly <notifications@github.com>
- Date: Fri, 15 Sep 2017 14:31:06 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 September 2017 14:31:46 UTC
> Ah this might be key. In Chromium script URL is just a property on the service worker. So a registration can have multiple script URLs. We don't mint a new registration when you register a worker with a different script URL to the newest worker: Right. You get a new ServiceWorker with the new scriptURL, not a new registration. I think I want updateViaCache to work the same way. Since I've been so confused on this issue I'm going to write a glitch to see what we currently have implemented. -- 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/1189#issuecomment-329799430
Received on Friday, 15 September 2017 14:31:46 UTC