- From: smaug---- <notifications@github.com>
- Date: Wed, 04 Jan 2017 07:45:52 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 4 January 2017 15:46:26 UTC
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