Replies: 1 comment
-
Yeah, sure. But it should probably wait until #1699 is merged as it reorganizes the docs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm aware of the event / pipe based usage, however there's another way of consuming the
ReadableStream
(that may be more simple in some cases):In case this would be good to have it documented, where should it be placed? I can submit a PR.
PS: Node
Readable
has[Symbol.asyncIterator](): AsyncIterableIterator<any>;
, hence the need to retype in order forchunk
type to be accurate.Beta Was this translation helpful? Give feedback.
All reactions