mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: fix typo in webstreams.md
PR-URL: https://github.com/nodejs/node/pull/47766 Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
@@ -1464,7 +1464,7 @@ added: v16.7.0
|
||||
contents of the stream.
|
||||
|
||||
```mjs
|
||||
import { buffer as arrayBuffer } from 'node:stream/consumers';
|
||||
import { arrayBuffer } from 'node:stream/consumers';
|
||||
import { Readable } from 'node:stream';
|
||||
import { TextEncoder } from 'node:util';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user