Suppress Chrome 'Failed to load resource' messages in console

后端 未结 3 1856
一个人的身影
一个人的身影 2020-11-22 04:23

I\'m writing a script that uses an XMLHttpRequest to search for a file defined by a relative path, by attempting to resolve that relative path against other same domain abso

3条回答
  •  青春惊慌失措
    2020-11-22 04:47

    This feature was introduced last year. You can enable it here: DevTools->Settings->General->Console->Hide network messages.

    Hiding network messages in Chrome DevTools

    See also Filtering the Console output and Additional settings in the devtools documentation.

提交回复
热议问题