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

Yeah, I hand-waved through squashing, and of course it would need to be defined. I'd be happy to reject if there are competing puts within a single transaction, but delete(request) put(request, response) should safely squash to just the put.

I hand-waved through that as I didn't think it was make or break for the general idea. I can flesh that bit out if it is.

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

Received on Sunday, 24 January 2016 00:57:45 UTC