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/globals.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/globals.md')
-rw-r--r--doc/api/globals.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/globals.md b/doc/api/globals.md
index f3a1d46d251..787841f0c9d 100644
--- a/doc/api/globals.md
+++ b/doc/api/globals.md
@@ -239,6 +239,14 @@ added: v16.0.0
Global alias for [`buffer.atob()`][].
+## `BroadcastChannel`
+
+<!-- YAML
+added: REPLACEME
+-->
+
+See {BroadcastChannel}.
+
## `btoa(data)`
<!-- YAML