(o, guard)
| 12581 | } |
| 12582 | if (__privateGet(this, _guard) === "immutable") { |
| 12583 | throw new TypeError("immutable"); |
| 12584 | } |
| 12585 | __privateGet(this, _headersList).set(name, value, false); |
| 12586 | } |
| 12587 | // https://fetch.spec.whatwg.org/#dom-headers-getsetcookie |
| 12588 | getSetCookie() { |
nothing calls this directly
no test coverage detected