We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
http.OutgoingMessage
1 parent 6146172 commit 1eefc92Copy full SHA for 1eefc92
doc/api/http.md
@@ -2408,23 +2408,23 @@ This class serves as the parent class of [`http.ClientRequest`][]
2408
and [`http.ServerResponse`][]. It is an abstract of outgoing message from
2409
the perspective of the participants of HTTP transaction.
2410
2411
-### Event: `drain`
+### Event: `'drain'`
2412
2413
<!-- YAML
2414
added: v0.3.6
2415
-->
2416
2417
Emitted when the buffer of the message is free again.
2418
2419
-### Event: `finish`
+### Event: `'finish'`
2420
2421
2422
added: v0.1.17
2423
2424
2425
Emitted when the transmission is finished successfully.
2426
2427
-### Event: `prefinish`
+### Event: `'prefinish'`
2428
2429
2430
added: v0.11.6
0 commit comments