(name)
| 58457 | this[kHeadersSortedMap] = init[kHeadersSortedMap]; |
| 58458 | this.cookies = init.cookies === null ? null : [...init.cookies]; |
| 58459 | } else { |
| 58460 | this[kHeadersMap] = new Map(init); |
| 58461 | this[kHeadersSortedMap] = null; |
| 58462 | } |
| 58463 | } |
| 58464 | // https://fetch.spec.whatwg.org/#header-list-contains |
| 58465 | contains(name) { |
no test coverage detected