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

> When we cache.match(requests[0]), many writes may have happened by the time we get to cache.delete(requests[0]), so I may be deleting a response other than the one that isTooOld(response).

I guess that makes sense.

If transaction wait for one another, and body streams can be js controlled in the future, do you worry about deadlocks?

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

Received on Sunday, 24 January 2016 01:30:52 UTC