Re: [w3c/ServiceWorker] Does changing updateViaCache mint a new ServiceWorkerRegistration or update them all? (#1189)

In firefox we change the `updateViaCache` value immediately during the start of the register job here:

http://searchfox.org/mozilla-central/source/dom/workers/ServiceWorkerRegisterJob.cpp#42

We didn't deal with exposing it on the worker thread yet because there are lots of things we already do not expose there.

I agree we need a spec change somewhere here.

-- 
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-323767581

Received on Monday, 21 August 2017 15:04:22 UTC