blob: 733b99799a103333d0b1dd841ac829c95ec1ced9 (
plain) (
blame)
1
2
3
4
5
|
# Streams in Bun
Bun supports Web Streams ([`ReadableStream`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream) and [`WritableStream`](https://developer.mozilla.org/en-US/docs/Web/API/WritableStream) first and partially supports Node.js [`"stream"`](https://nodejs.org/api/stream.html).
## `ReadableStream`
|