- From: Ben Kelly <notifications@github.com>
- Date: Sat, 23 Jan 2016 17:30:20 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Sunday, 24 January 2016 01:30:52 UTC
> 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