MCPcopy
hub / github.com/Tampermonkey/tampermonkey / recheck

Function recheck

src/background.js:826–832  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

824 if (TM_fire.status.update || TM_fire.status.download) {
825 if (check_cb) check_cb(true);
826 var recheck = function() {
827 if (TM_fire.isReady()) {
828 alldone();
829 } else {
830 window.setTimeout(recheck, 1000);
831 }
832 }
833 if (up_cb) recheck();
834 return;
835 }

Callers 1

background.jsFile · 0.85

Calls 1

alldoneFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…