We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
added:
outgoingMessage.{,un}cork()
1 parent 2307371 commit 8ae240eCopy full SHA for 8ae240e
doc/api/http.md
@@ -2491,7 +2491,9 @@ Aliases of `outgoingMessage.socket`
2491
### `outgoingMessage.cork()`
2492
2493
<!-- YAML
2494
-added: v14.0.0
+added:
2495
+ - v13.2.0
2496
+ - v12.16.0
2497
-->
2498
2499
See [`writable.cork()`][].
@@ -2697,7 +2699,9 @@ After calling `outgoingMessage.end()`, this property will be nulled.
2697
2699
### `outgoingMessage.uncork()`
2698
2700
2701
2702
2703
2704
2705
2706
2707
See [`writable.uncork()`][]
0 commit comments