Re: How to get Source Node Element ID when listening to http-on-modify-request
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
PATIL Kailas wrote: > In my extension, I am listening to the topic http-on-modify-request. I'd > like to be able to get a reference to the DOM Node element ID that was > actually triggering the topic. There might not be one. Or there might be more than one. In any case, that sort of information is not available by the time you get the http-on-modify-request. The networking layer has no concept of "DOM". -Boris