ReadableStream
const stream = new ReadableStream(); const str = await Bun.readableStreamToText(stream);