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

Function requestTimeout

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

Source from the content-addressed store, hash-verified

12953 };
12954
12955 var requestTimeout = function() {
12956 // The response is always empty
12957 // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error
12958 completeRequest(callback, -1, null, null, '', 'timeout');
12959 };
12960
12961 xhr.onerror = requestError;
12962 xhr.ontimeout = requestTimeout;

Callers

nothing calls this directly

Calls 1

completeRequestFunction · 0.70

Tested by

no test coverage detected