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

A `caches.move(old, new)` could help with this use case.  Basically write to a temporary cache name and then when everything is complete move (rename) it to the final cache name.

I'm starting to get the sense that the transactions might be worth exposing, though.

---
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-206469105

Received on Wednesday, 6 April 2016 17:12:17 UTC