Skip to content

Commit

Permalink
doc: fix added: info for outgoingMessage.{,un}cork()
Browse files Browse the repository at this point in the history
`outgoingMessage.cork()` and `outgoingMessage.uncork()` were added to
Node.js v13.2.0 via 62e15a7 and backported to Node.js v12.16.0 via
db8144b.

PR-URL: #42711
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
lpinca authored and juanarbol committed May 31, 2022
1 parent 2307371 commit 8ae240e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/api/http.md
Expand Up @@ -2491,7 +2491,9 @@ Aliases of `outgoingMessage.socket`
### `outgoingMessage.cork()`

<!-- YAML
added: v14.0.0
added:
- v13.2.0
- v12.16.0
-->

See [`writable.cork()`][].
Expand Down Expand Up @@ -2697,7 +2699,9 @@ After calling `outgoingMessage.end()`, this property will be nulled.
### `outgoingMessage.uncork()`

<!-- YAML
added: v14.0.0
added:
- v13.2.0
- v12.16.0
-->

See [`writable.uncork()`][]
Expand Down

0 comments on commit 8ae240e

Please sign in to comment.