Skip to content

Commit

Permalink
doc: remove unused functions from example of streamConsumers.text
Browse files Browse the repository at this point in the history
json, blob, and buffer are imported, but these functions are not
used for example of `streamConsumers.text`.

PR-URL: #46581
Reviewed-By: Darshan Sen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
deokjinkim authored and MylesBorins committed Feb 18, 2023
1 parent 338c8f6 commit 2c86cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/webstreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,7 @@ added: v16.7.0
UTF-8 encoded string.
```mjs
import { json, text, blob, buffer } from 'node:stream/consumers';
import { text } from 'node:stream/consumers';
import { Readable } from 'node:stream';

const readable = Readable.from('Hello world from consumers!');
Expand Down

0 comments on commit 2c86cb5

Please sign in to comment.