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

Function removeSignal

github-actions/browserstack/set-browserstack-env.js:10228–10239  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10226 } catch (err) {
10227 if (typeof callback !== "function") {
10228 throw err;
10229 }
10230 const opaque = opts == null ? void 0 : opts.opaque;
10231 queueMicrotask(() => callback(err, { opaque }));
10232 }
10233 }
10234 module.exports = request;
10235 module.exports.RequestHandler = RequestHandler;
10236 }
10237 });
10238
10239 //
10240 var require_abort_signal = __commonJS({
10241 ""(exports, module) {
10242 var { addAbortListener } = require_util();

Callers 5

abortFunction · 0.70
onCompleteMethod · 0.70
onErrorMethod · 0.70
constructorMethod · 0.70
onUpgradeMethod · 0.70

Calls 1

removeListenerMethod · 0.45

Tested by

no test coverage detected