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 filter method to readable #41354

Closed

Commits on Dec 30, 2021

  1. stream: add filter method to readable

    This continues the work in nodejs#40815 to
    make streams compatible with upcoming ECMAScript language features. It
    adds an experimental `filter` api to streams and tests/docs for it.
    
    See https://github.com/tc39/proposal-iterator-helpers/
    
    Co-Authored-By: Robert Nagy <ronagy@icloud.com>
    benjamingr and ronag committed Dec 30, 2021
    Copy the full SHA
    cddce9f View commit details
    Browse the repository at this point in the history