Re: [slightlyoff/ServiceWorker] Cache transactions & fixing `addAll` (#823)

Use-case from https://github.com/slightlyoff/ServiceWorker/issues/867#issuecomment-207598386:

Allow a transactional form of `caches.open(name).then(c => c.addAll(urls))` where the cache named `name` wouldn't be created if `addAll` fails, unless that cache existed prior to the transaction.

---
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/823#issuecomment-207605526

Received on Friday, 8 April 2016 21:03:07 UTC