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

http2: [compat api] add writable* properties #33506

Closed
wants to merge 3 commits into from

Commits on May 22, 2020

  1. http2: [compat api] add writable* properties

    added writableHighWaterMark, writableLength, and writableFinished
    properties with test.
    
    Refs: nodejs#29829
    rexagod committed May 22, 2020
    Configuration menu
    Copy the full SHA
    4e847d9 View commit details
    Browse the repository at this point in the history
  2. nit: rename test

    rexagod committed May 22, 2020
    Configuration menu
    Copy the full SHA
    a103c6a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Update test/parallel/test-http2-res-writable-properties.js

    Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
    rexagod and lpinca committed May 24, 2020
    Configuration menu
    Copy the full SHA
    a729aa1 View commit details
    Browse the repository at this point in the history