We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 874ddb1 + 17eb398 commit e37ee9cCopy full SHA for e37ee9c
README.md
@@ -9,6 +9,10 @@ Simple Readable and Writable Streams that use a [Buffer][node-buffer-docs] to st
9
npm install stream-buffers --save
10
```
11
12
+## Remark
13
+
14
+In a new project, consider using built-in Node 16 functions https://nodejs.org/dist/latest-v16.x/docs/api/webstreams.html#utility-consumers
15
16
## Usage
17
18
To use the stream buffers in your module, simply import it and away you go.
0 commit comments