[Greasemonkey] New script: XMLHttpRequest Debugging

Mark Wubben markwubben at gmail.com
Wed Jun 1 11:44:41 EDT 2005


Cool stuff, I'll be using it. Just one thing... why call it "AJAX
Console"? AJAX describes a process, not the specific technique you're
monitoring now. (And I just hate the name, too :P)

On 6/1/05, Julien Couvreur <julien.couvreur at gmail.com> wrote:
> Hi,
> 
> I just posted a follow-up on my previous XMLHttpRequest Tracing
> script, with additional debugging features aimed at AJAX applications.
> 
> Here's the script if you're interested:
> http://blog.monstuff.com/archives/images/XMLHttpRequestDebugging.v1.0.user.js
> and corresponding blog post with a screenshot:
> http://blog.monstuff.com/archives/000252.html
> 
> The new script logs the XHR calls in a console inside the page, rather
> than Firefox's javascript console. It allows editing and replaying
> requests, replaying the response callback, as well as looking into all
> the details of the request and the response.
> It makes use of a couple of cool scripts: the "fade anything
> technique" (modified to not require id attributes on the DOM elements,
> but use DOM references instead) and Aaron's DOM-Drag (thx Aaron ;-).
> 
> Cheers,
> Julien
> _______________________________________________
> Greasemonkey mailing list
> Greasemonkey at mozdev.org
> http://mozdev.org/mailman/listinfo/greasemonkey
>


More information about the Greasemonkey mailing list