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

Function makeResponse

github-actions/saucelabs/set-saucelabs-env.js:12863–12878  ·  view source on GitHub ↗
(init)

Source from the content-addressed store, hash-verified

12861 headers: this.headers,
12862 body: this.body,
12863 bodyUsed: this.bodyUsed,
12864 ok: this.ok,
12865 redirected: this.redirected,
12866 type: this.type,
12867 url: this.url
12868 };
12869 return `Response ${nodeUtil.formatWithOptions(options, properties)}`;
12870 }
12871 };
12872 mixinBody(Response);
12873 Object.defineProperties(Response.prototype, {
12874 type: kEnumerableProperty,
12875 url: kEnumerableProperty,
12876 status: kEnumerableProperty,
12877 ok: kEnumerableProperty,
12878 redirected: kEnumerableProperty,
12879 statusText: kEnumerableProperty,
12880 headers: kEnumerableProperty,
12881 clone: kEnumerableProperty,

Callers 7

jsonMethod · 0.70
redirectMethod · 0.70
constructorMethod · 0.70
cloneResponseFunction · 0.70
makeNetworkErrorFunction · 0.70
schemeFetchFunction · 0.70
httpNetworkFetchFunction · 0.70

Calls 2

__spreadPropsFunction · 0.70
__spreadValuesFunction · 0.70

Tested by

no test coverage detected