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

I don't think this case is tested by a WPT yet, no.

Also, we have an issue where trying to access `.updateViaCache` after `unregister()` throws InvalidStateError at the moment.  (Actually it crashes right now, but we are going to make it throw as a bandaid.) 

I think the correct long term for this access after unregister is just to return the last value cached on the DOM object.

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

Received on Friday, 27 October 2017 01:34:18 UTC