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

The spec is IMO quite clear here, though I'm not familiar with the reasons why the spec wants that behavior. khuey wanted to clear transaction after each microtask, but that actually feels a bit odd behavior to me.

@inexorabletash how does blink handle this? Does it set transaction to null only _after_ event dispatch.
There is also similar '(8) When control is returned to the event loop, the implementation must unset the active flag.'

-- 
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-269608023

Received on Thursday, 29 December 2016 10:07:51 UTC