We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518a49c commit 333eda8Copy full SHA for 333eda8
doc/api/readline.md
@@ -352,6 +352,10 @@ async function processLineByLine() {
352
}
353
```
354
355
+`readline.createInterface()` will start to consume the input stream once
356
+invoked. Having asynchronous operations between interface creation and
357
+asynchronous iteration may result in missed lines.
358
+
359
### rl.line
360
<!-- YAML
361
added: v0.1.98
0 commit comments