- From: Jake Archibald <notifications@github.com>
- Date: Wed, 05 Aug 2015 07:57:16 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Wednesday, 5 August 2015 14:57:45 UTC
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