diff --git a/doc/api/stream.md b/doc/api/stream.md index 57babaf3020952..253aed103fbdfb 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1086,6 +1086,16 @@ added: v11.4.0 Is `true` if it is safe to call [`readable.read()`][stream-read]. +##### readable.readableEncoding + + +* {null|string} + +Getter for the property `encoding` of a given `Readable` stream. The `encoding` +property can be set using the [`readable.setEncoding()`][] method. + ##### readable.readableHighWaterMark