Package

io.scalajs.nodejs

readline

Permalink

package readline

Visibility
  1. Public
  2. All

Type Members

  1. trait Interface extends Object with IEventEmitter

    Permalink

    Readline Interface

    Readline Interface

    Annotations
    @RawJSType() @native()
    See also

    https://nodejs.org/api/readline.html#readline_class_interface

  2. trait Readline extends Object with IEventEmitter

    Permalink

    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()
    See also

    https://nodejs.org/api/readline.html

  3. class ReadlineOptions extends Object

    Permalink

    Readline Options

    Readline Options

    Annotations
    @RawJSType() @ScalaJSDefined()

Value Members

  1. object Interface

    Permalink

    Readline Interface Companion

  2. object Readline extends Object with Readline

    Permalink

    Readline Singleton

    Readline Singleton

    Annotations
    @native() @JSImport( "readline" , JSImport.Namespace )

Ungrouped