We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a6da7 commit f299c44Copy full SHA for f299c44
doc/api/net.md
@@ -77,7 +77,7 @@ This class is used to create a TCP or [IPC][] server.
77
added: v0.5.0
78
-->
79
80
-Emitted when the server closes. Note that if connections exist, this
+Emitted when the server closes. If connections exist, this
81
event is not emitted until all connections are ended.
82
83
### Event: 'connection'
@@ -448,7 +448,7 @@ added: v0.1.90
448
Emitted when data is received. The argument `data` will be a `Buffer` or
449
`String`. Encoding of data is set by [`socket.setEncoding()`][].
450
451
-Note that the **data will be lost** if there is no listener when a `Socket`
+The data will be lost if there is no listener when a `Socket`
452
emits a `'data'` event.
453
454
### Event: 'drain'
0 commit comments