Re: Adding DOM Mutation listeners to different DOMs correspoding to each open tab in Firefox.
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
stony_dreams wrote: > The problem is, when I try to call the removeEventListener for this event, I > don't know which event listener gets removed, as there is one corresponding > to each DOM... So even after calling the removeEventListener, my mutation > handler gets fired! From a different document, you mean? I'm not sure what the problem is here... -Boris