Re: [whatwg/dom] MutationObserver callbacks happen in wrong order. (Issue #1105)

My userland MutationObserver solution still has bugs actually! It will get even more complicated: the current solution does not track targets, so if someone synchronously disconnects then reconnects a node to multiple parents, the solution currently does no know which element to call a method on (f.e. `target.childConnectedCallback(child)`). That current solution only ensures the order is correct.

Can you see how complicated it is?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1105#issuecomment-1229097960
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1105/1229097960@github.com>

Received on Saturday, 27 August 2022 02:00:40 UTC