mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
6 lines
324 B
Markdown
6 lines
324 B
Markdown
# 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`
|