Re: Adding an interface to provide a list of listeners
Anne van Kesteren <[email protected]>
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <CADnb78jHx30AQ+svW=g-HScN41Qbhztxod+jB2cZ51JjDt4gbQ@mail.gmail.com> |
On Sun, Jul 27, 2014 at 8:35 PM, Glenn Adams <[email protected]> wrote: > As has been pointed out, it is apparently observable now, i.e., by replacing > the node with a partial clone (that doesn't clone its listener list) and > then dispatching an event to the node that would have but now does not > invoke a previously registered (but now missing) listener. That does not tell you anything about listeners anyone else might have added. If you already know you added listeners, you already have all the bookkeeping you need. -- http://annevankesteren.nl/