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

Function requestTimeout

test/angular/1.7/angular.js:13526–13530  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13524 };
13525
13526 var requestTimeout = function() {
13527 // The response is always empty
13528 // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error
13529 completeRequest(callback, -1, null, null, '', 'timeout');
13530 };
13531
13532 xhr.onerror = requestError;
13533 xhr.ontimeout = requestTimeout;

Callers

nothing calls this directly

Calls 1

completeRequestFunction · 0.70

Tested by

no test coverage detected