MCPcopy Create free account
hub / github.com/nodejs/node / tryUpgradeRequestToAPotentiallyTrustworthyURL

Function tryUpgradeRequestToAPotentiallyTrustworthyURL

deps/undici/undici.js:5587–5588  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

5585 }
5586 __name(isURLPotentiallyTrustworthy, "isURLPotentiallyTrustworthy");
5587 function tryUpgradeRequestToAPotentiallyTrustworthyURL(request) {
5588 }
5589 __name(tryUpgradeRequestToAPotentiallyTrustworthyURL, "tryUpgradeRequestToAPotentiallyTrustworthyURL");
5590 function sameOrigin(A, B) {
5591 if (A.origin === B.origin && A.origin === "null") {

Callers 1

mainFetchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected