package readline
- Alphabetic
- Public
- All
Type Members
-
trait
Interface
extends Object with IEventEmitter
Readline Interface
Readline Interface
- Annotations
- @RawJSType() @native()
- Version
7.4.0
- See also
https://nodejs.org/api/readline.html#readline_class_interface
-
trait
Readline
extends Object with IEventEmitter
Readline allows reading of a stream (such as process.stdin) on a line-by-line basis.
Readline allows reading of a stream (such as process.stdin) on a line-by-line basis. To use this module, do require('readline'). Note that once you've invoked this module, your Node.js program will not terminate until you've closed the interface.
- Annotations
- @RawJSType() @native()
- Version
7.4.0
- See also
https://nodejs.org/api/readline.html
-
class
ReadlineOptions
extends Object
Readline Options
Readline Options
- Annotations
- @RawJSType() @ScalaJSDefined()