Re: [fetch] Option to require response.ok (#103)

I think…

```js
cache.addAll([
  '/hello/',
  '/world/'
].map(u => new Request(url, {requiredStatus: 'ok'}));
```

…would be enough

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/103#issuecomment-128025681

Received on Wednesday, 5 August 2015 14:57:45 UTC