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

Function requestError

test/angular/1.6/angular.js:12945–12949  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12943 };
12944
12945 var requestError = function() {
12946 // The response is always empty
12947 // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error
12948 completeRequest(callback, -1, null, null, '', 'error');
12949 };
12950
12951 var requestAborted = function() {
12952 completeRequest(callback, -1, null, null, '', abortedByTimeout ? 'timeout' : 'abort');

Callers

nothing calls this directly

Calls 1

completeRequestFunction · 0.70

Tested by

no test coverage detected