Skip to content

Commit 869cbb7

Browse files
jasnellruyadorno
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 0d471fb commit 869cbb7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

doc/api/worker_threads.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ specifically `argv` and `execArgv` options.
6767
added:
6868
- v15.12.0
6969
- v14.18.0
70+
changes:
71+
- version: REPLACEME
72+
pr-url: https://github.com/nodejs/node/pull/41272
73+
description: No longer experimental.
7074
-->
7175

72-
> Stability: 1 - Experimental
73-
7476
* `key` {any} Any arbitrary, cloneable JavaScript value that can be used as a
7577
{Map} key.
7678
* Returns: {any}
@@ -295,10 +297,12 @@ new Worker('process.env.SET_IN_WORKER = "foo"', { eval: true, env: SHARE_ENV })
295297
added:
296298
- v15.12.0
297299
- v14.18.0
300+
changes:
301+
- version: REPLACEME
302+
pr-url: https://github.com/nodejs/node/pull/41272
303+
description: No longer experimental.
298304
-->
299305

300-
> Stability: 1 - Experimental
301-
302306
* `key` {any} Any arbitrary, cloneable JavaScript value that can be used as a
303307
{Map} key.
304308
* `value` {any} Any arbitrary, cloneable JavaScript value that will be cloned

0 commit comments

Comments
 (0)