Class: ReadStream
A net.Socket
subclass that represents the readable portion of a tty. In normal circumstances, process.stdin
will be the only tty.ReadStream
instance in any Node.js program (only when isatty(0)
is true).
Class: ReadStream
A net.Socket
subclass that represents the readable portion of a tty. In normal circumstances, process.stdin
will be the only tty.ReadStream
instance in any Node.js program (only when isatty(0)
is true).
Please login to continue.