Skip to main content
method Readline.prototype.rollback
Readline.prototype.rollback(): this
Deprecated

The rl.rollback methods clears the internal list of pending actions without sending it to the associated stream.

Return Type

this

this

Back to top