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

Function requestError

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

Source from the content-addressed store, hash-verified

12945 };
12946
12947 var requestError = function() {
12948 // The response is always empty
12949 // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error
12950 completeRequest(callback, -1, null, null, '', 'error');
12951 };
12952
12953 var requestAborted = function() {
12954 completeRequest(callback, -1, null, null, '', abortedByTimeout ? 'timeout' : 'abort');

Callers

nothing calls this directly

Calls 1

completeRequestFunction · 0.70

Tested by

no test coverage detected