diff --git a/doc/api/stream.md b/doc/api/stream.md index a5c55f5ca1e95d..155e39906bc9e6 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -503,6 +503,16 @@ 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.writableFinished + + +* {boolean} + +Is `true` if all data has been flushed to the underlying system. After +the [`'finish'`][] event has been emitted. + ##### writable.writableObjectMode