()
| 109 | |
| 110 | Object.defineProperty(request, "headers", { |
| 111 | get() { |
| 112 | throw new TypeError("cannot read headers: request closed"); |
| 113 | }, |
| 114 | }); |
| 115 | |
| 116 | const nativeRequest = new NativeRequest(request, {}); |
nothing calls this directly
no outgoing calls
no test coverage detected