diff --git a/doc/api/stream.md b/doc/api/stream.md index 2cdd6ffde31b29..eb92f23b6d9fc0 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1095,6 +1095,15 @@ added: REPLACEME Getter for the property `encoding` of a given `Readable` stream. The `encoding` property can be set using the [`readable.setEncoding()`][] method. +##### readable.readableEnded + + +* {boolean} + +Becomes `true` when [`'end'`][] event is emitted. + ##### readable.readableHighWaterMark