Re: [w3c/IndexedDB] Specify timing of transaction deactivation more precisely (#87)

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