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
path: root/tools
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2020-11-27 00:54:23 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2020-12-07 21:55:16 +0300
commit802d44b1a9cf61ee05638ca22eaa850de27db398 (patch)
tree7d72292401cda90badf05cd68095dfb8ad69389f /tools
parentc14512b9a5661cf3f1275d4425880ec003fdcd89 (diff)
worker: add experimental BroadcastChannel
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/36271 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/doc/type-parser.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js
index e3d032319de..72a2ec41994 100644
--- a/tools/doc/type-parser.js
+++ b/tools/doc/type-parser.js
@@ -40,6 +40,10 @@ const customTypesMap = {
'WebAssembly.Instance':
`${jsDocPrefix}Reference/Global_Objects/WebAssembly/Instance`,
+ 'BroadcastChannel':
+ 'worker_threads.html#worker_threads_class_broadcastchannel_' +
+ 'extends_eventtarget',
+
'Iterable':
`${jsDocPrefix}Reference/Iteration_protocols#The_iterable_protocol`,
'Iterator':