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

Function requestError

lib/test/angular/1.4.3/angular.js:10484–10488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10482 };
10483
10484 var requestError = function() {
10485 // The response is always empty
10486 // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error
10487 completeRequest(callback, -1, null, null, '');
10488 };
10489
10490 xhr.onerror = requestError;
10491 xhr.onabort = requestError;

Callers

nothing calls this directly

Calls 1

completeRequestFunction · 0.70

Tested by

no test coverage detected