- From: Pedram Emrouznejad <notifications@github.com>
- Date: Sun, 05 Nov 2017 15:49:41 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 5 November 2017 15:50:05 UTC
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