property ReadStream.prototype.isRaw
A boolean
that is true
if the TTY is currently configured to operate as a
raw device.
This flag is always false
when a process starts, even if the terminal is
operating in raw mode. Its value will change with subsequent calls to setRawMode
.
Type Jump to heading
boolean