- From: Joshua Bell <notifications@github.com>
- Date: Thu, 04 Aug 2016 11:24:11 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Thursday, 4 August 2016 20:48:57 UTC
CC: @mikewest The global `caches` attributes have `[SecureContext]` [(link)](https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#self-caches) which makes sense - hide the entry points except in secure contexts. But the interfaces are inconsistent. [CacheStorage](https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-storage) has `[SecureContext]` but [Cache](https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache) does not. This seems inconsistent. Is this just an oversight in applying a fix for #687 ? --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/942
Received on Thursday, 4 August 2016 20:48:57 UTC