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

Function t

src/environment.js:1297–1299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1295 } else if (request.method == "showMsg") {
1296 var ask = function() {
1297 var t = function() {
1298 alert(request.msg);
1299 };
1300 window.setTimeout(t, 1);
1301 sendResponse({});
1302 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected