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 31098a4 commit 2407a7aCopy full SHA for 2407a7a
doc/api/readline.md
@@ -356,6 +356,10 @@ async function processLineByLine() {
356
}
357
```
358
359
+`readline.createInterface()` will start to consume the input stream once
360
+invoked. Having asynchronous operations between interface creation and
361
+asynchronous iteration may result in missed lines.
362
+
363
### `rl.line`
364
<!-- YAML
365
added: v0.1.98
0 commit comments