Skip to main content

readableLength

property ReadableBase.prototype.readableLength

This property contains the number of bytes (or objects) in the queue ready to be read. The value provides introspection data regarding the status of the highWaterMark.

number
Back to top