Re: [slightlyoff/ServiceWorker] Change add(request) and addAll(requests) behavior (e2a6d18)

Is there a reason why we want to automatically disallow opaque responses? It appears that `put()` does not disallow this, and consequently, you are able to use `fetch()` then `put()` to overcome this limitation of `add()`. In any case, this should probably be allowed due to the rationale given under [6.4. Cross-Origin Resources and CORS](https://slightlyoff.github.io/ServiceWorker/spec/service_worker_1/#cross-origin-resources) which states that we allow "Caches to fetch and cache off-origin items."

-- 
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/commit/e2a6d18647b97707c7a571163eef7838f82ca611#commitcomment-18733449

Received on Monday, 22 August 2016 21:46:02 UTC