Is there a way to monitor AJAX requests in the Chrome browser? I tried firebug lite, and though it seems to work for some things (javascript errors and such), the XHR tab doesn't seem to do anything.
Are there any alternatives?
Is there a way to monitor AJAX requests in the Chrome browser? I tried firebug lite, and though it seems to work for some things (javascript errors and such), the XHR tab doesn't seem to do anything.
Are there any alternatives?
Chrome ships with developer tools similar to firebug. Look for "Developer" in the chrome menu. XHR logging would be under the resources tab.