diff --git a/doc/api/buffer.md b/doc/api/buffer.md index a8a7635dbdc748..bd7122d5b4d47a 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -507,6 +507,15 @@ added: v15.7.0 Creates and returns a new `Blob` containing a subset of this `Blob` objects data. The original `Blob` is not altered. +### `blob.stream()` + + +* Returns: {ReadableStream} + +Returns a new `ReadableStream` that allows the content of the `Blob` to be read. + ### `blob.text()`