Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update tools/doc/type-parser.mjs
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
Richienb and aduh95 committed Jul 12, 2025
commit 4edeb85e4977f50a120bfd6b42e4755ed966a575
3 changes: 1 addition & 2 deletions tools/doc/type-parser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,8 @@ const customTypesMap = {
'CustomEvent': 'events.html#class-customevent',
'EventListener': 'events.html#event-listener',

'ErrorEvent': `${mdnPrefix}/API/ErrorEvent`,

'CloseEvent': `${mdnPrefix}/API/CloseEvent`,
'ErrorEvent': `${mdnPrefix}/API/ErrorEvent`,
'EventSource': `${mdnPrefix}/API/EventSource`,
'MessageEvent': `${mdnPrefix}/API/MessageEvent`,

Expand Down
Loading