When loading external data, console says: XHR finished loading

AjaxGoogle ChromeConsoleXmlhttprequestGoogle Chrome-Devtools

Ajax Problem Overview


Is there a way to hide the "XHR finished loading" messages in the console?

Ajax Solutions


Solution 1 - Ajax

Yes, open the contextmenu in the console, and remove the check at Log XMLHttpRequests.

You can still inspect the network traffic at the Network tab.

Solution 2 - Ajax

There is some workaround posted in chromium issue tracker http://code.google.com/p/chromium/issues/detail?id=15472

Which version of chrome you are using? In my console there is checkbox to enable or diable log XMLHTTPRequests I am using 17.0.963.79

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionKriemView Question on Stackoverflow
Solution 1 - AjaxRob WView Answer on Stackoverflow
Solution 2 - AjaxSandeep ManneView Answer on Stackoverflow