Ok. I see. So i assume you wrap xhr and then You replace all xhrs on a webpage with your wrapped xhrs? How do You make website to operate on your wrapped xhrs (if i'm correct)?
On Oct 6, 4:37 pm, Jan Honza Odvarko <[email protected]> wrote: > Firebug Lite is monkey patching (overwriting, wrapping) the existing > XMLHttpRequest function. > > See > here:http://code.google.com/p/fbug/source/browse/lite/branches/firebug1.5/... > > Honza > > On Oct 6, 2:32 pm, lczarne <[email protected]> wrote: > > > > > > > > > Everybody says there is no way to track ajax events in google chrome > > extension. One thing i have tried is to listen for DOMSubtreeModified > > event but it fires often hundred times for one click. But firebug lite > > tracks those events properly! Could You tell me or give me some hints > > how to make my google chrome extension to track ajax events/ > > httpRequests in the way firebug lite does? > > > thanks for help! -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
