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

Function requestError

lib/test/angular/1.5.0/angular.js:11412–11416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11410 };
11411
11412 var requestError = function() {
11413 // The response is always empty
11414 // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error
11415 completeRequest(callback, -1, null, null, '');
11416 };
11417
11418 xhr.onerror = requestError;
11419 xhr.onabort = requestError;

Callers

nothing calls this directly

Calls 1

completeRequestFunction · 0.70

Tested by

no test coverage detected