MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / enqueue

Function enqueue

src/background.js:237–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 var runChecks = function() {
236 if (checkCnt < checks.length) {
237 var enqueue = function() {
238 window.setTimeout(runChecks, _setTimeout);
239 };
240 if (checks[checkCnt].cond) {
241 checks[checkCnt].fn(enqueue);
242 } else {

Callers 1

runChecksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…