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

Function load

src/environment.js:705–707  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

703 var xmlhttp2 = !!details.responseType;
704 if (/* TMwin.use.safeContext */ xmlhttp2) {
705 var load = function(r) {
706 callit(details["onload"], r);
707 };
708 var readystatechange = function(r) {
709 callit(details["onreadystatechange"], r);
710 };

Callers

nothing calls this directly

Calls 1

callitFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…