property ReadableBase.prototype.readable
Is true
if it is safe to call read, which means
the stream has not been destroyed or emitted 'error'
or 'end'
.
Type Jump to heading
boolean
Is true
if it is safe to call read, which means
the stream has not been destroyed or emitted 'error'
or 'end'
.
boolean