Skip to content

doc: add a note about possible missing lines to readline.asyncIterator

Fixes: https://github.com/nodejs/node/issues/33463

Adds a note to the documentation of the readline module that you may miss lines if you have async operations between interface creation and async iteration (since readline is not a stream).

Hopefully I followed the guidelines correctly as this is my first-time contribution.

Checklist

Merge request reports

Loading