diff options
| author | Michaël Zasso <targos@protonmail.com> | 2020-05-01 14:43:14 +0200 |
|---|---|---|
| committer | Michaël Zasso <targos@protonmail.com> | 2020-05-25 13:32:25 +0200 |
| commit | cd4ae7c92508a6dcfe2e62e686a62130fead3222 (patch) | |
| tree | 43cacdfd6304dd0df606adefdef1caec470e0254 /doc/api/errors.md | |
| parent | ebd9090240ca912f126e354da559c068139928d8 (diff) | |
| download | node-new-v12.17.0-proposal.tar.gz | |
2020-05-26, Version 12.17.0 'Erbium' (LTS)v12.17.0v12.17.0-proposal
Notable changes:
* ECMAScript Modules - `--experimental-modules` flag removal
* AsyncLocalStorage API (experimental)
* REPL previews
* REPL reverse-i-search
* REPL substring-based search
* Error monitoring
* Monitoring `error` events
* Monitoring uncaught exceptions
* File system APIs
* New function: `fs.readv`
* Optional parameters in `fs.read`
* Console `groupIndentation` option
* `maxStringLength` option for `util.inspect()`
* Stable N-API release 6
* Stable diagnostic reports
* Increase of the default server headers timeout
* New `--trace-sigint` CLI flag
* Various crypto APIs now support Diffie-Hellman secrets
* Added support for the `dns.ALL` flag in `dns.lookup()`
* Added a new experimental API to interact with Source Map V3 data
* Added support for passing a `transferList` along with `workerData` to
the `Worker` constructor
PR-URL: https://github.com/nodejs/node/pull/33197
Diffstat (limited to 'doc/api/errors.md')
| -rw-r--r-- | doc/api/errors.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md index bf30bfcfe5..c061b40b7e 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1868,7 +1868,7 @@ The context must be a `SecureContext`. <a id="ERR_TLS_INVALID_STATE"></a> ### `ERR_TLS_INVALID_STATE` <!-- YAML -added: REPLACEME +added: v12.17.0 --> The TLS socket must be connected and securily established. Ensure the 'secure' |
