Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stream: add toArray helpers #41553

Closed

Commits on Jan 19, 2022

  1. stream: add toArray

    Add the toArray method from the TC39 iterator helper proposal to
    Readable streams. This also enables a common-use case of converting a
    stream to an array.
    
    Co-Authored-By: Robert Nagy <ronagy@icloud.com>
    benjamingr and ronag committed Jan 19, 2022
    Copy the full SHA
    e333eff View commit details
    Browse the repository at this point in the history