summaryrefslogtreecommitdiff
path: root/doc/api/cli.md
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2019-12-03 11:41:12 +0100
committerRuben Bridgewater <ruben@bridgewater.de>2019-12-03 22:57:31 +0100
commit4091ea90b69ea9279670d033cc2507a921203101 (patch)
treed67311a1cf5ff0b6b0f6e426275893ee9ae12212 /doc/api/cli.md
parent2f077ddd29b04e5ab08b67bbda1761d80e28c78b (diff)
downloadandroid-node-v8-4091ea90b69ea9279670d033cc2507a921203101.tar.gz
android-node-v8-4091ea90b69ea9279670d033cc2507a921203101.tar.bz2
android-node-v8-4091ea90b69ea9279670d033cc2507a921203101.zip
2019-12-03, Version 13.3.0 (Current)
Notable changes: * fs: * Reworked experimental recursive `rmdir()` (cjihrig) https://github.com/nodejs/node/pull/30644 * The `maxBusyTries` option is renamed to `maxRetries`, and its default is set to 0. The `emfileWait` option has been removed, and `EMFILE` errors use the same retry logic as other errors. The `retryDelay` option is now supported. `ENFILE` errors are now retried. * http: * Make maximum header size configurable per-stream or per-server (Anna Henningsen) https://github.com/nodejs/node/pull/30570 * http2: * Make maximum tolerated rejected streams configurable (Denys Otrishko) https://github.com/nodejs/node/pull/30534 * Allow to configure maximum tolerated invalid frames (Denys Otrishko) https://github.com/nodejs/node/pull/30534 * wasi: * Introduce initial WASI support (cjihrig) https://github.com/nodejs/node/pull/30258 PR-URL: https://github.com/nodejs/node/pull/30774
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index fa600336b7..ad8f86f861 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -232,7 +232,7 @@ Enable experimental ES Module support in the `vm` module.
### `--experimental-wasi-unstable-preview0`
<!-- YAML
-added: REPLACEME
+added: v13.3.0
-->
Enable experimental WebAssembly System Interface (WASI) support.