[slightlyoff/ServiceWorker] Why does CacheStorage have [SecureContext] but not Cache? (#942)

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