#907 b283b22 Thanks @jpwilliams! - Remove stream.getIterator(); ReadableStream is iterable from Node 18+, which is our target
#907 b283b22 Thanks @jpwilliams! - Renamed stream.get*Stream() methods to be more explicit about what each chunk of the stream will contain:
stream.getStream() is now stream.getJsonStream()stream.getWebStream() is now stream.getEncodedStream() (making sure this isn't confused with generic Web APIs)#905 4ae971b Thanks @jpwilliams! - Add getWebStream(), used to generate a stream with Uint8Array encoding appropriate for use within a Response
#907 b283b22 Thanks @jpwilliams! - Fix typing of retrieving a Response-compatible stream to be ReadableStream<Uint8Array>
#907 b283b22 Thanks @jpwilliams! - Better handle backpressure when writing to many generated streams
Fetched April 3, 2026