MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / requestTimeout

Function requestTimeout

lib/test/angular/1.7.0/angular.js:12957–12961  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

completeRequestFunction · 0.70

Tested by

no test coverage detected