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:
authorDaeyeon Jeong <daeyeon.dev@gmail.com>2022-07-17 14:27:49 +0300
committerMichaƫl Zasso <targos@protonmail.com>2022-08-02 11:16:51 +0300
commit087adbb7a31c9edb194f378365ee3fc5d3823ca4 (patch)
tree2982e58d03350cc40272704dd129340632ef46f6 /tools
parenta8c24185f8c156b204175c76de68113d950a5e6f (diff)
events: add `CustomEvent`
This implements the Web API `CustomEvent` in `internal/event_target`. Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com PR-URL: https://github.com/nodejs/node/pull/43514 Backport-PR-URL: https://github.com/nodejs/node/pull/44082 Refs: https://github.com/nodejs/node/issues/40678 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/doc/type-parser.mjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/doc/type-parser.mjs b/tools/doc/type-parser.mjs
index c37cbf93fef..c77cba7de19 100644
--- a/tools/doc/type-parser.mjs
+++ b/tools/doc/type-parser.mjs
@@ -117,6 +117,7 @@ const customTypesMap = {
'EventEmitter': 'events.html#class-eventemitter',
'EventTarget': 'events.html#class-eventtarget',
'Event': 'events.html#class-event',
+ 'CustomEvent': 'events.html#class-customevent',
'EventListener': 'events.html#event-listener',
'FileHandle': 'fs.html#class-filehandle',