- From: Ehsan Akhgari <notifications@github.com>
- Date: Fri, 24 Apr 2015 13:06:36 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 24 April 2015 20:07:03 UTC
Another interesting issue would be what to do with CacheStorage in such cases. Both of the current implementation disable global.caches, Gecko by throwing an NS_ERROR_FAILURE internal error (ugh!) and Blink by throwing a SecurityError. In my ideal world, the respective properties would just be hidden on the global in this case. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/648#issuecomment-96048644
Received on Friday, 24 April 2015 20:07:03 UTC