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

Function isHTTPWhiteSpaceCharCode

github-actions/saucelabs/set-saucelabs-env.js:12213–12215  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

12211 return function dnsInterceptor(origDispatchOpts, handler) {
12212 const origin = origDispatchOpts.origin.constructor === URL ? origDispatchOpts.origin : new URL(origDispatchOpts.origin);
12213 if (isIP(origin.hostname) !== 0) {
12214 return dispatch(origDispatchOpts, handler);
12215 }
12216 instance.runLookup(origin, origDispatchOpts, (err, newOrigin) => {
12217 if (err) {
12218 return handler.onError(err);

Callers 1

headerValueNormalizeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected