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.
1 parent 44d30dd commit 0068aefCopy full SHA for 0068aef
doc/api/webstreams.md
@@ -1464,7 +1464,7 @@ added: v16.7.0
1464
contents of the stream.
1465
1466
```mjs
1467
-import { buffer as arrayBuffer } from 'node:stream/consumers';
+import { arrayBuffer } from 'node:stream/consumers';
1468
import { Readable } from 'node:stream';
1469
import { TextEncoder } from 'node:util';
1470
0 commit comments