Re: [whatwg/dom] Dispatching slotchange within a compound microtask (#734)

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