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

Function xmlhttpRequestInternal

src/background.js:2533–2535  ·  view source on GitHub ↗
(details, callback, onreadychange, onerr, done)

Source from the content-addressed store, hash-verified

2531/* ###### xmlhttp ####### */
2532
2533var xmlhttpRequestInternal = function(details, callback, onreadychange, onerr, done) {
2534 return xmlhttpRequest(details, callback, onreadychange, onerr, done, true);
2535};
2536
2537/* ###### Runtime ####### */
2538

Callers 1

background.jsFile · 0.85

Calls 1

xmlhttpRequestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…