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

Function setTimer

src/background.js:903–906  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

901 };
902
903 var setTimer = function() {
904 cancelTimer();
905 timer = window.setTimeout(watchdog, 2 * 60 * 1000);
906 };
907
908 var details = {
909 method: 'GET',

Callers 3

progressFunction · 0.85
doneFunction · 0.85
background.jsFile · 0.85

Calls 1

cancelTimerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…