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

Function processBody

github-actions/browserstack/set-browserstack-env.js:14167–14174  ·  view source on GitHub ↗
(bytes)

Source from the content-addressed store, hash-verified

14165 request.responseTainting = "opaque";
14166 return yield schemeFetch(fetchParams);
14167 }
14168 if (!urlIsHttpHttpsScheme(requestCurrentURL(request))) {
14169 return makeNetworkError("URL scheme must be a HTTP(S) scheme");
14170 }
14171 request.responseTainting = "cors";
14172 return yield httpFetch(fetchParams);
14173 }))();
14174 }
14175 if (recursive) {
14176 return response;
14177 }

Callers

nothing calls this directly

Calls 4

bytesMatchFunction · 0.70
processBodyErrorFunction · 0.70
safelyExtractBodyFunction · 0.70
fetchFinaleFunction · 0.70

Tested by

no test coverage detected