Parsed body returned by collectStream.
chunks: Uint8Array[]
Individual chunks as they arrived from the stream.
text: string
The concatenated body decoded as UTF-8 text.
Parsed body returned by collectStream.
chunks: Uint8Array[]
Individual chunks as they arrived from the stream.
text: string
The concatenated body decoded as UTF-8 text.
import { type StreamingBody } from "testing/src/index.ts";