MCPcopy Index your code
hub / github.com/Tampermonkey/tampermonkey / progress

Function progress

src/background.js:925–931  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

923 };
924
925 var progress = function(req) {
926 setTimer();
927 if (req.progress) {
928 TM_fire.status.progress = { n: req.progress.total, of: req.progress.totalSize * 6};
929 // console.log("bg: fire download: " + req.progress.total + " bytes");
930 }
931 };
932
933 var done = function(req) {
934 setTimer();

Callers

nothing calls this directly

Calls 1

setTimerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…