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

Function removeHTTPWhitespace

github-actions/saucelabs/set-saucelabs-env.js:3706–3708  ·  view source on GitHub ↗
(str, leading = true, trailing = true)

Source from the content-addressed store, hash-verified

3704 value += '"';
3705 }
3706 serialization += value;
3707 }
3708 return serialization;
3709 }
3710 function isHTTPWhiteSpace(char) {
3711 return char === 13 || char === 10 || char === 9 || char === 32;

Callers 2

parseMIMETypeFunction · 0.70
parseExtensionsFunction · 0.70

Calls 1

removeCharsFunction · 0.70

Tested by

no test coverage detected