File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,13 @@ The request implements the [Writable Stream][] interface. This is an
219
219
Emitted when the request has been aborted by the client. This event is only
220
220
emitted on the first call to ` abort() ` .
221
221
222
+ ### Event: 'aborted'
223
+
224
+ ` function () { } `
225
+
226
+ Emitted when the request has been aborted by the server and the network
227
+ socket has closed.
228
+
222
229
### Event: 'checkExpectation'
223
230
224
231
` function (request, response) { } `
@@ -903,6 +910,13 @@ headers and data.
903
910
It implements the [ Readable Stream] [ ] interface, as well as the
904
911
following additional events, methods, and properties.
905
912
913
+ ### Event: 'aborted'
914
+
915
+ ` function () { } `
916
+
917
+ Emitted when the request has been aborted by the client and the network
918
+ socket has closed.
919
+
906
920
### Event: 'close'
907
921
908
922
` function () { } `
You can’t perform that action at this time.
0 commit comments