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