- From: Ben Kelly <notifications@github.com>
- Date: Fri, 27 Oct 2017 01:33:55 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 27 October 2017 01:34:18 UTC
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