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

It's unfortunately [notoriously difficult](https://stackoverflow.com/questions/44935865/detect-when-a-node-is-deleted-or-removed-from-the-dom-because-a-parent-was) to do with MutationObserver, and pretty much guaranteed to be buggy (due to it being batched) and inefficient (having to watch every change on the entire document). 

-- 
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-341982927

Received on Sunday, 5 November 2017 15:50:05 UTC