- From: smaug---- <notifications@github.com>
- Date: Tue, 19 Mar 2019 07:38:28 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 19 March 2019 14:38:49 UTC
Gecko's code looks pretty similar, but I think not exactly the same if there also some promises around. If I read the code right, webkit loops over [mutationobservers, slotschanges] until there aren't any, but Gecko it is more like loop all microtasks, where one can be [mutationobservers, slotchanges.] But perhaps I'm missing where webkit deals with 'performing a microtask checkpoint' 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/whatwg/dom/issues/734#issuecomment-474399700
Received on Tuesday, 19 March 2019 14:38:49 UTC