Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add item to doc changes
  • Loading branch information
seriousme committed Jul 10, 2025
commit 385f3fc4343e26ac9493ded054f1d8329e595e07
4 changes: 3 additions & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -3179,6 +3179,9 @@ Returns whether the stream has been read from or cancelled.
<!-- YAML
added: v17.0.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/58664
description: add {type: 'bytes'} option
- version:
- v24.0.0
- v22.17.0
Expand All @@ -3202,7 +3205,6 @@ changes:
* `chunk` {any}
* Returns: {number}
* `type` {string} Must be 'bytes' or undefined.
If `type` is set to 'bytes', the `strategy` option is ignored
* Returns: {ReadableStream}

### `stream.Writable.fromWeb(writableStream[, options])`
Expand Down