When loading external data, console says: XHR finished loading

前端 未结 2 1245
予麋鹿
予麋鹿 2020-12-29 02:22

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

相关标签:
2条回答
  • 2020-12-29 02:27

    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.

    0 讨论(0)
  • 2020-12-29 02:42

    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

    0 讨论(0)
提交回复
热议问题