chromeos_smart_card_connector icon indicating copy to clipboard operation
chromeos_smart_card_connector copied to clipboard

[WIP] Handle more Xhrio failures

Open emaxx-google opened this issue 5 years ago • 0 comments

Detect cases in KnownAppsRegistry when goog.net.XhrIo reports isSuccess()==true, but at the same time getResponseText()==''. As it turned out, this is also a possible way of signaling an error from XhrIo.

This is a generic cleanup, since in production we don't expect any errors happening there (because the fetched URL belong to our own CRX).

emaxx-google avatar Sep 26 '19 14:09 emaxx-google