diff --git a/doc/api/readline.md b/doc/api/readline.md index c5829bf746629f..2402df194e0460 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -352,6 +352,9 @@ async function processLineByLine() { } ``` +`readline.createInterface()` will start to consume the input stream once invoked. +Having asynchronous operations between interface creation and asynchronous iteration may result in missed lines. + ### rl.line