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

Function processBodyError

github-actions/browserstack/set-browserstack-env.js:14162–14162  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

14160 }
14161 if (request.integrity) {
14162 const processBodyError = (reason) => fetchFinale(fetchParams, makeNetworkError(reason));
14163 if (request.responseTainting === "opaque" || response.body == null) {
14164 processBodyError(response.error);
14165 return;

Callers 3

mainFetchFunction · 0.70
processBodyFunction · 0.70
httpNetworkFetchFunction · 0.70

Calls 5

fetchFinaleFunction · 0.70
makeNetworkErrorFunction · 0.70
isCancelledFunction · 0.70
abortMethod · 0.45
terminateMethod · 0.45

Tested by

no test coverage detected