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

Function throwIfProxyAuthIsSent

github-actions/saucelabs/set-saucelabs-env.js:9120–9125  ·  view source on GitHub ↗
(headers)

Source from the content-addressed store, hash-verified

9118 if (typeof opts === "string") {
9119 return new URL2(opts);
9120 } else if (opts instanceof URL2) {
9121 return opts;
9122 } else {
9123 return new URL2(opts.uri);
9124 }
9125 };
9126 function buildHeaders(headers) {
9127 if (Array.isArray(headers)) {
9128 const headersPair = {};

Callers 1

dispatchMethod · 0.70

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected