File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -207,6 +207,13 @@ The request implements the [Writable Stream][] interface. This is an
207207Emitted when the request has been aborted by the client. This event is only
208208emitted on the first call to ` abort() ` .
209209
210+ ### Event: 'aborted'
211+
212+ ` function () { } `
213+
214+ Emitted when the request has been aborted by the server and the network
215+ socket has closed.
216+
210217### Event: 'connect'
211218
212219` function (response, socket, head) { } `
@@ -853,6 +860,13 @@ headers and data.
853860It implements the [ Readable Stream] [ ] interface, as well as the
854861following additional events, methods, and properties.
855862
863+ ### Event: 'aborted'
864+
865+ ` function () { } `
866+
867+ Emitted when the request has been aborted by the client and the network
868+ socket has closed.
869+
856870### Event: 'close'
857871
858872` function () { } `
You can’t perform that action at this time.
0 commit comments