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

Function error

src/background.js:915–923  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

913 };
914
915 var error = function(msg) {
916 cancelTimer();
917 TM_fire.resetStatus();
918 TM_fire.status.error = msg;
919 if (cb) cb();
920 notify.show('TamperFire',
921 I18N.getMessage('TamperFire_update_failed___'), chrome.extension.getURL("images/icon128.png"));
922
923 };
924
925 var progress = function(req) {
926 setTimer();

Callers 3

doneFunction · 0.70
background.jsFile · 0.70
gotFunction · 0.70

Calls 3

cancelTimerFunction · 0.85
all_doneFunction · 0.85
cbFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…