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

@wanderview how do you feel about:

```js
cache.addAll(urls, {
  ensureOk: true
});
```

…that would fail if any response is opaque or `response.ok` is false for any response?

There's probably a better name for it.

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

Received on Monday, 13 April 2015 12:55:47 UTC