()
| 12763 | responseObject[kState].headersList.append("location", value, true); |
| 12764 | return responseObject; |
| 12765 | } |
| 12766 | // https://fetch.spec.whatwg.org/#dom-response |
| 12767 | constructor(body = null, init = {}) { |
| 12768 | webidl.util.markAsUncloneable(this); |
| 12769 | if (body === kConstruct) { |
| 12770 | return; |
| 12771 | } |