On Oct 6, 6:41 pm, aslan <[email protected]> wrote: > Ok. I see. So i assume you wrap xhr and then You replace all xhrs on a > webpage with your wrapped xhrs? Yes
> How do You make website to operate on your wrapped xhrs (if i'm correct)? The wrapper intercepts all usage of XHR and forwards all calls to the original page XHR object (the original is stored in_XMLHttpRequest). Thus, the interception allows to monitor XHR. Here is where the original XHR object is used. http://code.google.com/p/fbug/source/browse/lite/branches/firebug1.5/content/lite/xhr.js#53 Honza -- 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.
