Re: [w3c/webcomponents] Disconnected Events (#678)

> Just create a new mutation observer for each node you have to monitor?

What if the parent of the node you're observing is detached? 

This is currently [extremely painful](https://stackoverflow.com/questions/44935865/detect-when-a-node-is-deleted-or-removed-from-the-dom-because-a-parent-was) to do in userland (and even then it's buggy due to batching)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/678#issuecomment-341805366

Received on Friday, 3 November 2017 19:35:52 UTC