summaryrefslogtreecommitdiff
path: root/doc/api/http2.md
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2018-05-08 09:11:24 -0700
committerMyles Borins <mylesborins@google.com>2018-05-08 19:42:16 -0700
commit2c0fc3bd89325b14e7e611993580574cb62c2b65 (patch)
treec2ea136bc5e4bbd8edf39294fe128845eaaa057d /doc/api/http2.md
parent5f2b67dbcd13d5f1112ec9f6eaed1828c0d71e72 (diff)
downloadandroid-node-v8-2c0fc3bd89325b14e7e611993580574cb62c2b65.tar.gz
android-node-v8-2c0fc3bd89325b14e7e611993580574cb62c2b65.tar.bz2
android-node-v8-2c0fc3bd89325b14e7e611993580574cb62c2b65.zip
2018-05-08, Version 10.1.0 (Current)
Notable Changes: * console: - make console.table() use colored inspect (TSUYUSATO Kitsune) https://github.com/nodejs/node/pull/20510 * fs: - move fs/promises to fs.promises (cjihrig) https://github.com/nodejs/node/pull/20504 * http: - added aborted property to request (Robert Nagy) https://github.com/nodejs/node/pull/20094 * n-api: - initialize a module via a special symbol (Gabriel Schulhof) https://github.com/nodejs/node/pull/20161 * src: - add public API to expose the main V8 Platform (Allen Yonghuang Wang) https://github.com/nodejs/node/pull/20447 PR-URL: https://github.com/nodejs/node/pull/20606
Diffstat (limited to 'doc/api/http2.md')
-rw-r--r--doc/api/http2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index a8f7621734..d737471e86 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -2424,7 +2424,7 @@ Just like `'end'`, this event occurs only once per response.
#### request.aborted
<!-- YAML
-added: REPLACEME
+added: v10.1.0
-->
* {boolean}