mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update & configure SSL a little
This commit is contained in:
5
docs/runtime/streams.md
Normal file
5
docs/runtime/streams.md
Normal file
@@ -0,0 +1,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`
|
||||
Reference in New Issue
Block a user