Skip to main content

commit

method Readline.prototype.commit
Jump to headingReadline.prototype.commit(): Promise<void>

The rl.commit() method sends all the pending actions to the associated stream and clears the internal list of pending actions.

Return Type Jump to heading

Promise<void>
Back to top