method Readline.prototype.commitReadline.prototype.commit(): Promise<void>DeprecatedThe rl.commit() method sends all the pending actions to the associated stream and clears the internal list of pending actions. Return TypePromise<void>