- From: Jake Archibald <notifications@github.com>
- Date: Sat, 23 Jan 2016 17:31:29 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Sunday, 24 January 2016 01:31:59 UTC
> 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