()
| 1627 | get bodyUsed(): boolean; |
| 1628 | arrayBuffer(): Promise<ArrayBuffer>; |
| 1629 | bytes(): Promise<Uint8Array>; |
| 1630 | text(): Promise<string>; |
| 1631 | json<T>(): Promise<T>; |
| 1632 | blob(): Promise<Blob>; |
nothing calls this directly
no outgoing calls
no test coverage detected