()
| 1592 | } |
| 1593 | interface R2ObjectBody extends R2Object { |
| 1594 | get body(): ReadableStream; |
| 1595 | get bodyUsed(): boolean; |
| 1596 | arrayBuffer(): Promise<ArrayBuffer>; |
| 1597 | text(): Promise<string>; |
nothing calls this directly
no outgoing calls
no test coverage detected