()
| 1594 | get body(): ReadableStream; |
| 1595 | get bodyUsed(): boolean; |
| 1596 | arrayBuffer(): Promise<ArrayBuffer>; |
| 1597 | text(): Promise<string>; |
| 1598 | json<T>(): Promise<T>; |
| 1599 | blob(): Promise<Blob>; |
nothing calls this directly
no outgoing calls
no test coverage detected