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: refactor streams #41871

Closed
wants to merge 3 commits into from

Commits on Feb 8, 2022

  1. stream: use standard for loop instead of for..of

    Use the standard `for` loop style instead of `for..of` for
    consistency.
    VoltrexKeyva committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    12edf8d View commit details
    Browse the repository at this point in the history
  2. stream: refactor to use more validators

    Use more validators where appropriate for consistency.
    VoltrexKeyva committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    d9e680e View commit details
    Browse the repository at this point in the history
  3. stream: avoid usage of deprecated APIs

    Avoid usage of the `events.listenerCount()` method as it is
    deprecated.
    VoltrexKeyva committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    b5f363c View commit details
    Browse the repository at this point in the history