Skip to content
Open
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
1 change: 1 addition & 0 deletions doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,7 @@ added:
* {boolean}

Is `true` if the stream's buffer has been full and stream will emit `'drain'`.
This flag does not update immediately after each write and remains `true` until the writable stream drains and the `drain` event is emitted.

##### `writable.writableObjectMode`

Expand Down