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

Function clearFastTimeout

github-actions/browserstack/set-browserstack-env.js:2607–2609  ·  view source on GitHub ↗

* The clearTimeout method cancels an instantiated FastTimer previously * created by calling setFastTimeout. * * @param {FastTimer} timeout

(timeout)

Source from the content-addressed store, hash-verified

2605 setFastTimeout(callback, delay, arg) {
2606 return new FastTimer(callback, delay, arg);
2607 },
2608 /**
2609 * The clearTimeout method cancels an instantiated FastTimer previously
2610 * created by calling setFastTimeout.
2611 *
2612 * @param {FastTimer} timeout

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected