Skip to content

Commit 237affc

Browse files
jasnelldanielleadams
authored andcommitted
worker: graduate get/setEnvironmentData APIs
Signed-off-by: James M Snell <[email protected]> PR-URL: #41272 Reviewed-By: Michaël Zasso <[email protected]>
1 parent f12cf6d commit 237affc

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

doc/api/worker_threads.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,15 @@ specifically `argv` and `execArgv` options.
6464
## `worker.getEnvironmentData(key)`
6565

6666
<!-- YAML
67-
added: v15.12.0
67+
added:
68+
- v15.12.0
69+
- v14.18.0
70+
changes:
71+
- version: REPLACEME
72+
pr-url: https://github.com/nodejs/node/pull/41272
73+
description: No longer experimental.
6874
-->
6975

70-
> Stability: 1 - Experimental
71-
7276
* `key` {any} Any arbitrary, cloneable JavaScript value that can be used as a
7377
{Map} key.
7478
* Returns: {any}
@@ -290,11 +294,15 @@ new Worker('process.env.SET_IN_WORKER = "foo"', { eval: true, env: SHARE_ENV })
290294
## `worker.setEnvironmentData(key[, value])`
291295

292296
<!-- YAML
293-
added: v15.12.0
297+
added:
298+
- v15.12.0
299+
- v14.18.0
300+
changes:
301+
- version: REPLACEME
302+
pr-url: https://github.com/nodejs/node/pull/41272
303+
description: No longer experimental.
294304
-->
295305

296-
> Stability: 1 - Experimental
297-
298306
* `key` {any} Any arbitrary, cloneable JavaScript value that can be used as a
299307
{Map} key.
300308
* `value` {any} Any arbitrary, cloneable JavaScript value that will be cloned

0 commit comments

Comments
 (0)