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

Function error

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

Source from the content-addressed store, hash-verified

709 callit(details["onreadystatechange"], r);
710 };
711 var error = function(r) {
712 callit(details["onerror"], r);
713 }
714
715 chromeEmu.xmlHttpRequest(details, load, readystatechange, error);
716 } else {

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…