@@ -284,14 +284,6 @@ added: v1.4.1
|
284 | 284 | Emitted when the request has been aborted by the client. This event is only |
285 | 285 | emitted on the first call to `abort()`. |
286 | 286 | |
287 | | -### Event: 'aborted' |
288 | | -<!-- YAML |
289 | | -added: v0.3.8 |
290 | | ---> |
291 | | - |
292 | | -Emitted when the request has been aborted by the server and the network |
293 | | -socket has closed. |
294 | | - |
295 | 287 | ### Event: 'connect' |
296 | 288 | <!-- YAML |
297 | 289 | added: v0.7.0 |
@@ -1196,8 +1188,7 @@ following additional events, methods, and properties.
|
1196 | 1188 | added: v0.3.8 |
1197 | 1189 | --> |
1198 | 1190 | |
1199 | | -Emitted when the request has been aborted by the client and the network |
1200 | | -socket has closed. |
| 1191 | +Emitted when the request has been aborted and the network socket has closed. |
1201 | 1192 | |
1202 | 1193 | ### Event: 'close' |
1203 | 1194 | <!-- YAML |
|