interface StreamingBody
Since 0.1.0

Parsed body returned by collectStream.

Properties

Individual chunks as they arrived from the stream.

text: string

The concatenated body decoded as UTF-8 text.

Usage

import { type StreamingBody } from "testing/src/index.ts";