Re: [ServiceWorker] Concerns about `cache.addAll` not filtering non-200 (#407)

Well `addAll()` first does a network fetch and you're placing conditions on the return value. If the condition is a non-match, you treat it identical to how you'd treat a network error. I don't really see how that does not make it a `Request` concern.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/407#issuecomment-92425617

Received on Monday, 13 April 2015 17:04:32 UTC