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/content/lite/xhr.js#502 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.
