()
| 1588 | get body(): ReadableStream; |
| 1589 | get bodyUsed(): boolean; |
| 1590 | arrayBuffer(): Promise<ArrayBuffer>; |
| 1591 | bytes(): Promise<Uint8Array>; |
| 1592 | text(): Promise<string>; |
| 1593 | json<T>(): Promise<T>; |
nothing calls this directly
no outgoing calls
no test coverage detected