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:
authorJames M Snell <jasnell@gmail.com>2021-12-21 23:26:14 +0300
committerJames M Snell <jasnell@gmail.com>2021-12-24 19:32:48 +0300
commitce4d3adf5029278090bdfca8e2b8a2fc384b9cc6 (patch)
tree16f863946aea942f78a2536d8de002b8fb036152 /doc/api/worker_threads.md
parent6486a304d304a8182ba0c208457799050195979a (diff)
worker: expose BroadcastChannel as a global
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/41271 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'doc/api/worker_threads.md')
-rw-r--r--doc/api/worker_threads.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index 37f50cef79a..32285e9eac3 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -349,7 +349,7 @@ if (isMainThread) {
added: v15.4.0
changes:
- version: REPLACEME
- pr-url: https://github.com/nodejs/node/pull/00000
+ pr-url: https://github.com/nodejs/node/pull/41271
description: No longer experimental.
-->