Re: [ServiceWorker] under what conditions should sandboxed iframes be intercepted? (#648)

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