- From: Frederik Wessberg <notifications@github.com>
- Date: Tue, 17 Jul 2018 03:07:58 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 17 July 2018 10:08:22 UTC
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