Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: add missing buffer in the stream/consumers import example
  • Loading branch information
Mesteery authored Feb 14, 2022
commit de906cefb36584d4b2f0bead5f7c00282ab92db6
2 changes: 2 additions & 0 deletions doc/api/webstreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -1380,6 +1380,7 @@ They are accessed using:
import {
arrayBuffer,
blob,
buffer,
json,
text,
} from 'node:stream/consumers';
Expand All @@ -1389,6 +1390,7 @@ import {
const {
arrayBuffer,
blob,
buffer,
json,
text,
} = require('stream/consumers');
Expand Down