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

doc: fix added: info for outgoingMessage.writable* #42737

Commits on Apr 14, 2022

  1. doc: fix added: info for outgoingMessage.writable*

    - `outgoingMessage.writableCorked` was added to Node.js v13.2.0 via
      62e15a7 and backported to Node.js v12.16.0 via db8144b.
    - `outgoingMessage.writableEnded` was added to Node.js v12.9.0 via
      f9b61d2.
    - `outgoingMessage.writableFinished` was added to Node.js v12.7.0 via
      06d0abe.
    - `outgoingMessage.writableHighWaterMark`,
      `outgoingMessage.writableLength`, and
      `outgoingMessage.writableObjectMode` were added to Node.js v12.9.0 via
      16e0011.
    lpinca committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    51dc638 View commit details
    Browse the repository at this point in the history