diff --git a/doc/api/readline.md b/doc/api/readline.md index c5829bf746629f..40c9f8fd08ed63 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -352,6 +352,10 @@ 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