diff --git a/doc/api/stream.md b/doc/api/stream.md index abefb4aa6bba77..06e63798f5b817 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -502,6 +502,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