MCPcopy Create free account
hub / github.com/angular/dev-infra / isAborted

Function isAborted

github-actions/browserstack/set-browserstack-env.js:4616–4618  ·  view source on GitHub ↗
(fetchParams)

Source from the content-addressed store, hash-verified

4614 function createDeferredPromise() {
4615 let res;
4616 let rej;
4617 const promise = new Promise((resolve2, reject) => {
4618 res = resolve2;
4619 rej = reject;
4620 });
4621 return { promise, resolve: res, reject: rej };

Callers 3

httpNetworkFetchFunction · 0.70
onAbortedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected