Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/dev-infra
/ processBodyError
Function
processBodyError
github-actions/saucelabs/set-saucelabs-env.js:14162–14162 ·
view source on GitHub ↗
(reason)
Source
from the content-addressed store, hash-verified
14160
if
(request.redirect !==
"follow"
) {
14161
return
makeNetworkError(
14162
'redirect mode cannot be "follow" for "no-cors" request'
14163
);
14164
}
14165
request.responseTainting =
"opaque"
;
Callers
3
mainFetch
Function · 0.70
processBody
Function · 0.70
httpNetworkFetch
Function · 0.70
Calls
5
fetchFinale
Function · 0.70
makeNetworkError
Function · 0.70
isCancelled
Function · 0.70
abort
Method · 0.45
terminate
Method · 0.45
Tested by
no test coverage detected