Hey,
I'm wondering if there's any way I can programmatically, using Javascript, retrieve Firebug data. Does firebug expose some kind of hooks so I can retrieve things like the javascript errors, or the request timing of the page load (the "Net" section)? I'm sure it would count as a security risk to expose everything, but it would be really cool if at least SOMETHING were exposed. I know there's a console object, which allows you to write to the error console, but I can't find anything beyond that...
cheers
I'm wondering if there's any way I can programmatically, using Javascript, retrieve Firebug data. Does firebug expose some kind of hooks so I can retrieve things like the javascript errors, or the request timing of the page load (the "Net" section)? I'm sure it would count as a security risk to expose everything, but it would be really cool if at least SOMETHING were exposed. I know there's a console object, which allows you to write to the error console, but I can't find anything beyond that...
cheers