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

Function requestAborted

test/angular/1.7/angular.js:13522–13524  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13520 };
13521
13522 var requestAborted = function() {
13523 completeRequest(callback, -1, null, null, '', abortedByTimeout ? 'timeout' : 'abort');
13524 };
13525
13526 var requestTimeout = function() {
13527 // The response is always empty

Callers

nothing calls this directly

Calls 1

completeRequestFunction · 0.70

Tested by

no test coverage detected