We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff77425 commit fc41a1dCopy full SHA for fc41a1d
doc/api/http.md
@@ -438,6 +438,14 @@ added: v0.3.8
438
Marks the request as aborting. Calling this will cause remaining data
439
in the response to be dropped and the socket to be destroyed.
440
441
+### request.aborted
442
+<!-- YAML
443
+added: v0.11.14
444
+-->
445
+
446
+If a request has been aborted, this value is the time when the request was
447
+aborted, in milliseconds since 1 January 1970 00:00:00 UTC.
448
449
### request.end([data][, encoding][, callback])
450
<!-- YAML
451
added: v0.1.90
0 commit comments