Update & configure SSL a little

This commit is contained in:
Jarred Sumner
2022-09-17 21:43:32 -07:00
parent 0e424de684
commit 3719c3b736
6 changed files with 66 additions and 38 deletions

5
docs/runtime/streams.md Normal file
View 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`