MCPcopy
hub / github.com/di-sukharev/opencommit / makeRequest2

Function makeRequest2

out/cli.cjs:59609–59651  ·  view source on GitHub ↗
(init)

Source from the content-addressed store, hash-verified

59607 }
59608 );
59609 }
59610 clonedRequestObject[kSignal] = ac.signal;
59611 return clonedRequestObject;
59612 }
59613 };
59614 mixinBody(Request6);
59615 function makeRequest2(init) {
59616 const request3 = {
59617 method: "GET",
59618 localURLsOnly: false,
59619 unsafeRequest: false,
59620 body: null,
59621 client: null,
59622 reservedClient: null,
59623 replacesClientId: "",
59624 window: "client",
59625 keepalive: false,
59626 serviceWorkers: "all",
59627 initiator: "",
59628 destination: "",
59629 priority: null,
59630 origin: "client",
59631 policyContainer: "client",
59632 referrer: "client",
59633 referrerPolicy: "",
59634 mode: "no-cors",
59635 useCORSPreflightFlag: false,
59636 credentials: "same-origin",
59637 useCredentials: false,
59638 cache: "default",
59639 redirect: "follow",
59640 integrity: "",
59641 cryptoGraphicsNonceMetadata: "",
59642 parserMetadata: "",
59643 reloadNavigation: false,
59644 historyNavigation: false,
59645 userActivation: false,
59646 taintedOrigin: false,
59647 redirectCount: 0,
59648 responseTainting: "basic",
59649 preventNoCacheCacheControlHeaderModification: false,
59650 done: false,
59651 timingAllowFailed: false,
59652 ...init,
59653 headersList: init.headersList ? new HeadersList(init.headersList) : new HeadersList()
59654 };

Callers 4

constructorMethod · 0.85
cloneRequestFunction · 0.85
httpNetworkOrCacheFetchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…