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

@jdalton
Like I said in comments above, `fetch`+`put` lets you store opaque responses today, and will continue to do so. 

`addAll` no longer does, because we added a feature so it fails on !ok responses like 404.

`addAll` may allow opaque responses in future, once the due diligence is done around security.

-- 
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-18734115

Received on Monday, 22 August 2016 22:44:08 UTC