Re: [IndexedDB] Proposal: Queue a microtask to unset active on transaction (#27)

Y'know, I believe @sicking is right. When I followed this through the spec, https://dom.spec.whatwg.org/#dispatching-events didn't link to https://html.spec.whatwg.org/multipage/webappapis.html#calling-scripts so I missed it.

If a spec calls a callback, and that spec hasn't been synchronously triggered by script, then microtasks are processed per callback.

So yeah, Chrome is doing the right thing here, and it's the only browser getting it right.

Feel free to close this.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/27#issuecomment-129821653

Received on Tuesday, 11 August 2015 10:28:14 UTC