| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -207,6 +207,13 @@ The request implements the [Writable Stream][] interface. This is an | |||
| 207 | 207 | Emitted when the request has been aborted by the client. This event is only | |
| 208 | 208 | emitted on the first call to `abort()`. | |
| 209 | 209 | ||
| 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 | + | ||
| 210 | 217 | ### Event: 'connect' | |
| 211 | 218 | ||
| 212 | 219 | `function (response, socket, head) { }` | |
@@ -853,6 +860,13 @@ headers and data. | |||
| 853 | 860 | It implements the [Readable Stream][] interface, as well as the | |
| 854 | 861 | following additional events, methods, and properties. | |
| 855 | 862 | ||
| 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 | + | ||
| 856 | 870 | ### Event: 'close' | |
| 857 | 871 | ||
| 858 | 872 | `function () { }` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments