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

Function requestError

lib/test/angular/1.6.7/angular.js:12788–12792  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12786 };
12787
12788 var requestError = function() {
12789 // The response is always empty
12790 // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error
12791 completeRequest(callback, -1, null, null, '', 'error');
12792 };
12793
12794 var requestAborted = function() {
12795 completeRequest(callback, -1, null, null, '', 'abort');

Callers

nothing calls this directly

Calls 1

completeRequestFunction · 0.70

Tested by

no test coverage detected