Class ShellStdoutEvent

An event that indicates that the shell command just wrote to stdout.

Hierarchy

  • TypedCustomEvent<string | Buffer, "shell-stdout", this>
    • ShellStdoutEvent

Constructors

Constructors

  • Parameters

    • eventInitDict: TypedCustomEventInit<string | Buffer>

    Returns ShellStdoutEvent