We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
added:
outgoingMessage.{,un}cork()
1 parent 18ae2c3 commit ef5ab81Copy full SHA for ef5ab81
doc/api/http.md
@@ -2507,7 +2507,9 @@ Aliases of `outgoingMessage.socket`
2507
### `outgoingMessage.cork()`
2508
2509
<!-- YAML
2510
-added: v14.0.0
+added:
2511
+ - v13.2.0
2512
+ - v12.16.0
2513
-->
2514
2515
See [`writable.cork()`][].
@@ -2713,7 +2715,9 @@ After calling `outgoingMessage.end()`, this property will be nulled.
2713
2715
### `outgoingMessage.uncork()`
2714
2716
2717
2718
2719
2720
2721
2722
2723
See [`writable.uncork()`][]
0 commit comments