Skip to content

Commit 8ae240e

Browse files
lpincajuanarbol
authored andcommitted
doc: fix added: info for outgoingMessage.{,un}cork()
`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 <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 2307371 commit 8ae240e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/api/http.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2491,7 +2491,9 @@ Aliases of `outgoingMessage.socket`
24912491
### `outgoingMessage.cork()`
24922492

24932493
<!-- YAML
2494-
added: v14.0.0
2494+
added:
2495+
- v13.2.0
2496+
- v12.16.0
24952497
-->
24962498

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

26992701
<!-- YAML
2700-
added: v14.0.0
2702+
added:
2703+
- v13.2.0
2704+
- v12.16.0
27012705
-->
27022706

27032707
See [`writable.uncork()`][]

0 commit comments

Comments
 (0)