summaryrefslogtreecommitdiff
path: root/doc/api/http2.md
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-11-14 01:57:14 +0100
committerMichaƫl Zasso <targos@protonmail.com>2018-11-15 22:16:09 +0100
commit406d9caab5712f2c98b568d1fea698b741b66f5a (patch)
treed5669bb403d23d682b55c96dfc7d7f7e42ab593e /doc/api/http2.md
parent9cef7b84b1f6b1e116afaad945f31b368e8917e2 (diff)
downloadandroid-node-v8-406d9caab5712f2c98b568d1fea698b741b66f5a.tar.gz
android-node-v8-406d9caab5712f2c98b568d1fea698b741b66f5a.tar.bz2
android-node-v8-406d9caab5712f2c98b568d1fea698b741b66f5a.zip
2018-11-15, Version 11.2.0 (Current)
Notable changes: * deps: * A new experimental HTTP parser (`llhttp`) is now supported. https://github.com/nodejs/node/pull/24059 * timers: * Fixed an issue that could cause setTimeout to stop working as expected. https://github.com/nodejs/node/pull/24322 * Windows * A crashing process will now show the names of stack frames if the node.pdb file is available. https://github.com/nodejs/node/pull/23822 * Continued effort to improve the installer's new stage that installs native build tools. https://github.com/nodejs/node/pull/23987, https://github.com/nodejs/node/pull/24348 * child_process: * On Windows the `windowsHide` option default was restored to `false`. This means `detached` child processes and GUI apps will once again start in a new window. https://github.com/nodejs/node/pull/24034 * Added new collaborators: * [oyyd](https://github.com/oyyd) - Ouyang Yadong. https://github.com/nodejs/node/pull/24300 * [psmarshall](https://github.com/psmarshall) - Peter Marshall. https://github.com/nodejs/node/pull/24170 * [shisama](https://github.com/shisama) - Masashi Hirano. https://github.com/nodejs/node/pull/24136 PR-URL: https://github.com/nodejs/node/pull/24350
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 25fc097224..f0147504b3 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -1014,7 +1014,7 @@ the `'aborted'` event will have been emitted.
#### http2stream.bufferSize
<!-- YAML
-added: REPLACEME
+added: v11.2.0
-->
* {number}