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

Method entries

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

Source from the content-addressed store, hash-verified

12364 ((_a = this.cookies) != null ? _a : this.cookies = []).push(value);
12365 }
12366 }
12367 /**
12368 * @see https://fetch.spec.whatwg.org/#concept-header-list-set
12369 * @param {string} name
12370 * @param {string} value
12371 * @param {boolean} isLowerCase
12372 */
12373 set(name, value, isLowerCase) {
12374 this[kHeadersSortedMap] = null;
12375 const lowercaseName = isLowerCase ? name : name.toLowerCase();
12376 if (lowercaseName === "set-cookie") {
12377 this.cookies = [value];

Callers 6

serializeAMimeTypeFunction · 0.45
parseH2HeadersFunction · 0.45
lowerCaseEntriesFunction · 0.45
matchHeadersFunction · 0.45
pendingInterceptorsMethod · 0.45
wrapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected