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 7bf739e commit 7771b61Copy full SHA for 7771b61
doc/api/webstreams.md
@@ -1462,7 +1462,7 @@ added: v16.7.0
1462
contents of the stream.
1463
1464
```mjs
1465
-import { buffer as arrayBuffer } from 'node:stream/consumers';
+import { arrayBuffer } from 'node:stream/consumers';
1466
import { Readable } from 'node:stream';
1467
import { TextEncoder } from 'node:util';
1468
0 commit comments