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

Function requestError

lib/test/angular/1.8.0/angular.js:13581–13585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13579 };
13580
13581 var requestError = function() {
13582 // The response is always empty
13583 // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error
13584 completeRequest(callback, -1, null, null, '', 'error');
13585 };
13586
13587 var requestAborted = function() {
13588 completeRequest(callback, -1, null, null, '', abortedByTimeout ? 'timeout' : 'abort');

Callers

nothing calls this directly

Calls 1

completeRequestFunction · 0.70

Tested by

no test coverage detected