Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-05-18 14:17:26 +0300
committerMichaël Zasso <targos@protonmail.com>2021-05-19 13:56:18 +0300
commit44ffddae8b73a35704dfd4124ab4ce738cf546df (patch)
treeb234ca3bfadec3815cd6c063ecf08be3d9e86233 /doc/api/process.md
parent910efc2d9a69ac32205d64e4835df481fc057f02 (diff)
2021-05-19, Version 16.2.0 (Current)
Notable changes: async_hooks: * (SEMVER-MINOR) use new v8::Context PromiseHook API (Stephen Belanger) https://github.com/nodejs/node/pull/36394 lib: * support setting process.env.TZ on windows (James M Snell) https://github.com/nodejs/node/pull/38642 module: * (SEMVER-MINOR) add support for `URL` to `import.meta.resolve` (Antoine du Hamel) https://github.com/nodejs/node/pull/38587 process: * (SEMVER-MINOR) add `'worker'` event (James M Snell) https://github.com/nodejs/node/pull/38659 util: * (SEMVER-MINOR) add util.types.isKeyObject and util.types.isCryptoKey (Filip Skokan) https://github.com/nodejs/node/pull/38619 PR-URL: https://github.com/nodejs/node/pull/38719
Diffstat (limited to 'doc/api/process.md')
-rw-r--r--doc/api/process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index e0ab6707475..4ef7605e8d8 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -459,7 +459,7 @@ The `*-deprecation` command-line flags only affect warnings that use the name
### Event: `'worker'`
<!-- YAML
-added: REPLACEME
+added: v16.2.0
-->
* `worker` {Worker} The {Worker} that was created.