MCPcopy
hub / github.com/angular-ui/ui-router / requestAborted

Function requestAborted

test/angular/1.6/angular.js:12951–12953  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12949 };
12950
12951 var requestAborted = function() {
12952 completeRequest(callback, -1, null, null, '', abortedByTimeout ? 'timeout' : 'abort');
12953 };
12954
12955 var requestTimeout = function() {
12956 // The response is always empty

Callers

nothing calls this directly

Calls 1

completeRequestFunction · 0.70

Tested by

no test coverage detected