()
| 2512 | get body(): ReadableStream |
| 2513 | get bodyUsed(): boolean |
| 2514 | arrayBuffer(): Promise<ArrayBuffer> |
| 2515 | bytes(): Promise<Uint8Array> |
| 2516 | text(): Promise<string> |
| 2517 | json<T>(): Promise<T> |
nothing calls this directly
no outgoing calls
no test coverage detected