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

queue a microtask would be a breaking change, since if pages happen to use created transactions in promise callbacks, especially in chained callbacks, transaction would stop being useable at some point.
I believe this 'after microtask checkpoint' thing was added on purpose, even though it it super weird in case there are several event listeners. But multiple event listeners is a rare thing, I hope.
 (But I don't know where this after-microtask/promise callback thing was being discussed )

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

Received on Wednesday, 4 January 2017 15:46:26 UTC