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

I'm hoping squashing can always turn interleaved `put`s and `delete`s into a series of `put`s, then `delete`s. If all the `put`s succeed, then you're just left with the deletes… what could cause a delete to fail?

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/823#issuecomment-174241377

Received on Sunday, 24 January 2016 01:43:33 UTC