You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think these functions provide much value. One can already write, for example, new Response(readable).json(), as noted in the readme. An async iterable or a Node.js Readable can first be converted with ReadableStream.from.
ref: https://github.com/jimmywarting/stream-consumers
These 4 APIs look very handy for handling readable streams. How about adding these to
std/streams
?The text was updated successfully, but these errors were encountered: