We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
createAsyncIterator should throw ERR_STREAM_PREMATURE_CLOSE if 'close' is emitted before 'end'. Right now I think it just silently succeeds.
createAsyncIterator
ERR_STREAM_PREMATURE_CLOSE
'close'
'end'