diff --git a/doc/api/stream.md b/doc/api/stream.md index 97e848f56fa1fa..7291db8cb660f6 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -573,6 +573,15 @@ This property contains the number of bytes (or objects) in the queue ready to be written. The value provides introspection data regarding the status of the `highWaterMark`. +##### `writable.writableNeedDrain` + + +* {boolean} + +Is `true` if the stream's buffer has been full and stream will emit `'drain'`. + ##### `writable.writableObjectMode`