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:
authorJuan José Arboleda <soyjuanarbol@gmail.com>2020-03-15 02:11:03 +0300
committerAnna Henningsen <anna@addaleax.net>2020-04-03 02:12:19 +0300
commitff2f47d78651923a59996f66097e09ef2615f82f (patch)
tree703356cdca42b0c7a1d01994dc852f2918f9df65 /doc/api/worker_threads.md
parent579e6b95aee561d8ddd3e3663fa7a588c6449334 (diff)
worker: support MessagePort to workers data
PR-URL: https://github.com/nodejs/node/pull/32278 Fixes: https://github.com/nodejs/node/issues/32250 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/worker_threads.md')
-rw-r--r--doc/api/worker_threads.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index 9632050b581..89caad84437 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -513,6 +513,9 @@ if (isMainThread) {
<!-- YAML
added: v10.5.0
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/32278
+ description: The `transferList` option was introduced.
- version: v13.12.0
pr-url: https://github.com/nodejs/node/pull/31664
description: The `filename` parameter can be a WHATWG `URL` object using