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

feat(hash-stream-node): add readableStreamHasher #3088

Merged
merged 5 commits into from Dec 10, 2021

Commits on Dec 9, 2021

  1. Copy the full SHA
    60a0b73 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Copy the full SHA
    e50b339 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1898ee1 View commit details
    Browse the repository at this point in the history
  3. chore: pipe readableStream when hasher is called

    The pipe will get created before await/then is called on Promise.
    This way hashCalculator will consume Readable Stream if it starts
    flowing before await is called.
    trivikr committed Dec 10, 2021
    Copy the full SHA
    bbd7642 View commit details
    Browse the repository at this point in the history
  4. test(hash-stream-node): check for pipesCount in _readableState

    The pipes array was added in v13.0.0
    nodejs/node#28583
    trivikr committed Dec 10, 2021
    Copy the full SHA
    1f9661f View commit details
    Browse the repository at this point in the history