Re: [slightlyoff/ServiceWorker] Provide cache.putAll() method (#867)

Because you have to have a cache at the same time as your list of requests. If you don't have the cache until your list of requests completes, then you need to `put()` each of them.

---
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/issues/867#issuecomment-206378737

Received on Wednesday, 6 April 2016 13:42:49 UTC