@@ -536,14 +536,14 @@ line prompts are included in the calculations.
536536
537537## Promises API
538538<!-- YAML
539- added: REPLACEME
539+ added: v17.0.0
540540-->
541541
542542> Stability: 1 - Experimental
543543
544544### Class: ` readlinePromises.Interface `
545545<!-- YAML
546- added: REPLACEME
546+ added: v17.0.0
547547-->
548548
549549* Extends: {readline.InterfaceConstructor}
@@ -556,7 +556,7 @@ and is read from, the `input` stream.
556556
557557#### ` rl.question(query[, options]) `
558558<!-- YAML
559- added: REPLACEME
559+ added: v17.0.0
560560-->
561561
562562* ` query ` {string} A statement or query to write to ` output ` , prepended to the
@@ -602,12 +602,12 @@ setTimeout(() => ac.abort(), 10000);
602602
603603### Class: ` readlinePromises.Readline `
604604<!-- YAML
605- added: REPLACEME
605+ added: v17.0.0
606606-->
607607
608608#### ` new readlinePromises.Readline(stream[, options]) `
609609<!-- YAML
610- added: REPLACEME
610+ added: v17.0.0
611611-->
612612
613613* ` stream ` {stream.Writable} A [ TTY] [ ] stream.
@@ -616,7 +616,7 @@ added: REPLACEME
616616
617617#### ` rl.clearLine(dir) `
618618<!-- YAML
619- added: REPLACEME
619+ added: v17.0.0
620620-->
621621
622622* ` dir ` {integer}
@@ -633,7 +633,7 @@ was passed to the constructor.
633633
634634#### ` rl.clearScreenDown() `
635635<!-- YAML
636- added: REPLACEME
636+ added: v17.0.0
637637-->
638638
639639* Returns: this
@@ -646,7 +646,7 @@ was passed to the constructor.
646646
647647#### ` rl.commit() `
648648<!-- YAML
649- added: REPLACEME
649+ added: v17.0.0
650650-->
651651
652652* Returns: {Promise}
@@ -656,7 +656,7 @@ The `rl.commit()` method sends all the pending actions to the associated
656656
657657#### ` rl.cursorTo(x[, y]) `
658658<!-- YAML
659- added: REPLACEME
659+ added: v17.0.0
660660-->
661661
662662* ` x ` {integer}
@@ -670,7 +670,7 @@ was passed to the constructor.
670670
671671#### ` rl.moveCursor(dx, dy) `
672672<!-- YAML
673- added: REPLACEME
673+ added: v17.0.0
674674-->
675675
676676* ` dx ` {integer}
@@ -685,7 +685,7 @@ was passed to the constructor.
685685
686686#### ` rl.rollback() `
687687<!-- YAML
688- added: REPLACEME
688+ added: v17.0.0
689689-->
690690
691691* Returns: this
@@ -695,7 +695,7 @@ sending it to the associated `stream`.
695695
696696### ` readlinePromises.createInterface(options) `
697697<!-- YAML
698- added: REPLACEME
698+ added: v17.0.0
699699-->
700700
701701* ` options ` {Object}
@@ -797,7 +797,7 @@ added: v0.1.104
797797<!-- YAML
798798added: v0.1.104
799799changes:
800- - version: REPLACEME
800+ - version: v17.0.0
801801 pr-url: https://github.com/nodejs/node/pull/37947
802802 description: The class `readline.Interface` now inherits from `Interface`.
803803-->
0 commit comments