diff options
| author | Ruben Bridgewater <ruben@bridgewater.de> | 2019-12-03 11:41:12 +0100 |
|---|---|---|
| committer | Ruben Bridgewater <ruben@bridgewater.de> | 2019-12-03 15:26:47 +0100 |
| commit | f5fe38400def6e0c73b27db436af5df914afe908 (patch) | |
| tree | f522420b2eca60988aa08d469f8dd2bc5b1e8bf9 /doc/api/cli.md | |
| parent | 648766bccffa5e4712bddfd5b21297279ee62daf (diff) | |
| download | node-new-v13.3.0-proposal.tar.gz | |
2019-12-03, Version 13.3.0 (Current)v13.3.0v13.3.0-proposal
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.md | 2 |
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. |
