- From: Zibi Braniecki <notifications@github.com>
- Date: Wed, 09 Dec 2015 06:51:42 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Wednesday, 9 December 2015 14:52:10 UTC
Current specification of MutationObserver allows users to connect an observer to multiple target root nodes, but `disconnect` always acts on all of them. It makes it hard to write systems that modify targets in reaction to mutations because they need to disconnect the target on which the mutation happened, modify, and reconnect. A simple solution would be to add a single parameter to `disconnect` with targetNode. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/126
Received on Wednesday, 9 December 2015 14:52:10 UTC