MCPcopy Create free account
hub / github.com/angular/dev-infra / cloneRequest

Function cloneRequest

github-actions/saucelabs/set-saucelabs-env.js:13649–13655  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

13647 }
13648 };
13649 mixinBody(Request);
13650 function makeRequest(init) {
13651 var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I;
13652 return {
13653 method: (_a = init.method) != null ? _a : "GET",
13654 localURLsOnly: (_b = init.localURLsOnly) != null ? _b : false,
13655 unsafeRequest: (_c = init.unsafeRequest) != null ? _c : false,
13656 body: (_d = init.body) != null ? _d : null,
13657 client: (_e = init.client) != null ? _e : null,
13658 reservedClient: (_f = init.reservedClient) != null ? _f : null,

Callers 2

cloneMethod · 0.70
httpNetworkOrCacheFetchFunction · 0.70

Calls 4

makeRequestFunction · 0.70
__spreadPropsFunction · 0.70
__spreadValuesFunction · 0.70
cloneBodyFunction · 0.70

Tested by

no test coverage detected