- From: Jake Archibald <notifications@github.com>
- Date: Wed, 04 Jan 2017 05:30:01 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 4 January 2017 13:30:57 UTC
I agree that case 2 is taken care of in the spec. Microtasks will run as part of dispatching the event, so it's safe to unset the transaction afterwards. The only hand-wavey case is: > When control is returned to the event loop If this were replaced with "Queue a microtask", I think it will behave like Blink/WebKit, and what @smaug---- is suggesting Gecko will do in future. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/87#issuecomment-270370278
Received on Wednesday, 4 January 2017 13:30:57 UTC