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

@jdalton throwing errors can be a feature. What we were doing before was arguably failing silently.

With `put` *you* put the response into the cache. If you can't see into the response, it's easier to understand that you're blindly caching it, and that comes with risks. It may be an HTTP 500 that will break all your demos.

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

Received on Monday, 22 August 2016 22:30:50 UTC