MCPcopy Index your code
hub / github.com/angular-ui/ui-router / requestError

Function requestError

test/angular/1.3/angular.js:9863–9867  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9861 };
9862
9863 var requestError = function() {
9864 // The response is always empty
9865 // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error
9866 completeRequest(callback, -1, null, null, '');
9867 };
9868
9869 xhr.onerror = requestError;
9870 xhr.onabort = requestError;

Callers

nothing calls this directly

Calls 1

completeRequestFunction · 0.70

Tested by

no test coverage detected