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

Explicitly set highWaterMark to 0 for ReadableStream #24641

Merged
merged 2 commits into from May 31, 2022

Commits on May 26, 2022

  1. Explicitly set highWaterMark to 0 for ReadableStreams

    This is because not all streaming implementations respect the
    default behavior of settings highWaterMark to 0 for byte streams.
    Being explicit guarantees the intended behavior across runtimes.
    jplhomer committed May 26, 2022
    Copy the full SHA
    2024c88 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

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