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

> Does each transaction wait for any previous transactions affecting the given request(s) to complete before starting?

Yeah, that's 5.i.a of **Request transaction**. The "wait" is a bit hand-wavey, but the intent is that `.transaction` doesn't resolve until other transactions that operate on one or more of the same requests settle.



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

Received on Sunday, 24 January 2016 01:31:59 UTC