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
4 changes: 4 additions & 0 deletions doc/api/webstreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,10 @@ added: v16.5.0
the transformation process.
* `controller` {TransformStreamDefaultController}
* Returns: A promise fulfilled with `undefined`.
* `cancel` {Function} A user-defined function that is called when the
readable side of the `TransformStream` is canceled.
Comment thread
Renegade334 marked this conversation as resolved.
Outdated
* `reason` {any}
* Returns: A promise fulfilled with `undefined`.
* `readableType` {any} the `readableType` option is reserved for future use
and _must_ be `undefined`.
* `writableType` {any} the `writableType` option is reserved for future use
Expand Down
Loading