From 4f39d5b54a21454f1c71922dbca87a5d6d69e3a0 Mon Sep 17 00:00:00 2001 From: Vaughan Rouesnel Date: Wed, 2 Aug 2023 21:59:21 +0200 Subject: Update streams.md (#3926) --- docs/api/streams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api') diff --git a/docs/api/streams.md b/docs/api/streams.md index 210090927..f0fa75f29 100644 --- a/docs/api/streams.md +++ b/docs/api/streams.md @@ -1,6 +1,6 @@ Streams are an important abstraction for working with binary data without loading it all into memory at once. They are commonly used for reading and writing files, sending and receiving network requests, and processing large amounts of data. -Bun implements the Web APIs [`ReadableStream`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream) and [`WritableStream`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream). +Bun implements the Web APIs [`ReadableStream`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream) and [`WritableStream`](https://developer.mozilla.org/en-US/docs/Web/API/WritableStream). {% callout %} Bun also implements the `node:stream` module, including [`Readable`](https://nodejs.org/api/stream.html#stream_readable_streams), [`Writable`](https://nodejs.org/api/stream.html#stream_writable_streams), and [`Duplex`](https://nodejs.org/api/stream.html#stream_duplex_and_transform_streams). For complete documentation, refer to the [Node.js docs](https://nodejs.org/api/stream.html). -- cgit v1.2.3