MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / requestError

Function requestError

web/static/bower_components/angular/angular.js:10692–10696  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10690 };
10691
10692 var requestError = function() {
10693 // The response is always empty
10694 // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error
10695 completeRequest(callback, -1, null, null, '');
10696 };
10697
10698 xhr.onerror = requestError;
10699 xhr.onabort = requestError;

Callers

nothing calls this directly

Calls 1

completeRequestFunction · 0.85

Tested by

no test coverage detected