On Dec 12, 3:19 pm, orbiter <dkarapet...@gmail.com> wrote:
> I really like the firebug console and the javascript scripting that is
> possible with it but lately I'm running into some limitations with how
> each panel operates. I have a script that needs to be aware of XHR
> timing but I haven't figured out how to access this information from
> the javascript console. So is there a way to hook into the Net panel
> from the Console panel in order to collect timing information
> programatically? Basically my script needs to do certain things based
> on whether there is a request in progress or not but I don't know how
> to monitor ongoing Ajax requests.

If you are running in a page, then I guess you want the XMLHttpRequest
API:
http://www.w3.org/TR/XMLHttpRequest/

If you are running in  Firebug extension, then I'd have a different
answer, just describe what you are trying to do some more.

jjb

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to fire...@googlegroups.com.
To unsubscribe from this group, send email to 
firebug+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to