Re: [whatwg/dom] MutationObserver needs an equivalent of disconnected & connected callbacks (#533)

Yes, this is much needed indeed.
Tracking when elements are connected/disconnected is rather easy with MutationObservers when *not* using Shadow DOM, but with it and as I see it, we have to observe the childList of the root of all parents going recursively up the tree from the node in question.

-- 
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/533#issuecomment-405530738

Received on Tuesday, 17 July 2018 10:08:22 UTC