Is there a way to hide the "XHR finished loading"
messages in the console?
是否有办法将“XHR完成加载”消息隐藏在控制台中?
2 个解决方案
#1
109
Yes, open the contextmenu in the console, and remove the check at Log XMLHttpRequests
.
是的,打开控制台的contextmenu,并在日志xmlhttprequest中删除检查。
You can still inspect the network traffic at the Network tab.
您仍然可以在network选项卡上检查网络流量。
#2
2
There is some workaround posted in chromium issue tracker http://code.google.com/p/chromium/issues/detail?id=15472
有一些在chromium问题跟踪器中发布的解决方案:http://code.google.com/p/chromium/issue /detail?
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
你使用的是哪个版本的chrome ?在我的控制台中有一个复选框,用于启用或可diable日志xmlhttprequest(我正在使用17.0.963.79)
#1
109
Yes, open the contextmenu in the console, and remove the check at Log XMLHttpRequests
.
是的,打开控制台的contextmenu,并在日志xmlhttprequest中删除检查。
You can still inspect the network traffic at the Network tab.
您仍然可以在network选项卡上检查网络流量。
#2
2
There is some workaround posted in chromium issue tracker http://code.google.com/p/chromium/issues/detail?id=15472
有一些在chromium问题跟踪器中发布的解决方案:http://code.google.com/p/chromium/issue /detail?
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
你使用的是哪个版本的chrome ?在我的控制台中有一个复选框,用于启用或可diable日志xmlhttprequest(我正在使用17.0.963.79)