Is there a way to identify XMLHttpRequest
errors specifically in Chrome App?
For instance, I need to be able to recognize when net::ERR_NAME_NOT_RESOLVED
occurs in order to display an error message to the user.
While XMLHttpRequest.onerror
is activated, it's challenging to differentiate between this error and net::ERR_INSECURE_RESPONSE
.