Re: [dom] Disconnect single target instead of all (#126)

Why limited only to one target? This would be more useful `disconnect(Node... nodes)`, so without passing argument act like what we have now (remove all registered observers), for one or more nodes check if they are exist in context object’s list of nodes and remove registered observer for that nodes. Record queue for both case probably should be cleared.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/126#issuecomment-167374814

Received on Sunday, 27 December 2015 01:46:28 UTC