- From: Jake Archibald <notifications@github.com>
- Date: Fri, 08 Apr 2016 14:02:40 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 8 April 2016 21:03:07 UTC
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