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