method REPLServer.prototype.once
Jump to headingREPLServer.prototype.once(event: string,listener: (...args: any[]) => void,): this
Parameters Jump to heading
Jump to headingevent: string
Jump to headinglistener: (...args: any[]) => void
Return Type Jump to heading
this
Jump to headingREPLServer.prototype.once(event: "close",listener: () => void,): this
Parameters Jump to heading
Jump to headingevent: "close"
Jump to headinglistener: () => void
Return Type Jump to heading
this
Jump to headingREPLServer.prototype.once(event: "line",listener: (input: string) => void,): this
Parameters Jump to heading
Jump to headingevent: "line"
Jump to headinglistener: (input: string) => void
Return Type Jump to heading
this
Jump to headingREPLServer.prototype.once(event: "pause",listener: () => void,): this
Parameters Jump to heading
Jump to headingevent: "pause"
Jump to headinglistener: () => void
Return Type Jump to heading
this
Jump to headingREPLServer.prototype.once(event: "resume",listener: () => void,): this
Parameters Jump to heading
Jump to headingevent: "resume"
Jump to headinglistener: () => void
Return Type Jump to heading
this
Jump to headingREPLServer.prototype.once(event: "SIGCONT",listener: () => void,): this
Parameters Jump to heading
Jump to headingevent: "SIGCONT"
Jump to headinglistener: () => void
Return Type Jump to heading
this
Jump to headingREPLServer.prototype.once(event: "SIGINT",listener: () => void,): this
Parameters Jump to heading
Jump to headingevent: "SIGINT"
Jump to headinglistener: () => void
Return Type Jump to heading
this
Jump to headingREPLServer.prototype.once(event: "SIGTSTP",listener: () => void,): this
Parameters Jump to heading
Jump to headingevent: "SIGTSTP"
Jump to headinglistener: () => void
Return Type Jump to heading
this
Jump to headingREPLServer.prototype.once(event: "exit",listener: () => void,): this
Parameters Jump to heading
Jump to headingevent: "exit"
Jump to headinglistener: () => void
Return Type Jump to heading
this
Jump to headingREPLServer.prototype.once(event: "reset",listener: (context: Context) => void,): this
Parameters Jump to heading
Jump to headingevent: "reset"
Jump to headinglistener: (context: Context) => void
Return Type Jump to heading
this