Suppress "Failed to load resource: net :: ERR_FILE_NOT_FOUND" in Chrome Packaged application

I get the message “Could not load resource: net :: ERR_FILE_NOT_FOUND” in the console when a web view in a Chrome Packaged application tries to load a nonexistent local file. This is expected because the program must check a couple of different locations, starting from the local system, and then go to the remote server as a second attempt.

The problem is that the console has a lot of messages, which makes it difficult to use the console for anything else.

Is there any way to disable this message?

+4
source share
1 answer

Yes, you can disable this:

" ".

: JS, Chrome.

+3

All Articles