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
Uh oh!
There was an error while loading. Please reload this page.
-
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
Readablehas[Symbol.asyncIterator](): AsyncIterableIterator<any>;, hence the need to retype in order forchunktype to be accurate.Beta Was this translation helpful? Give feedback.
All reactions