We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76297b commit 4edeb85Copy full SHA for 4edeb85
tools/doc/type-parser.mjs
@@ -139,9 +139,8 @@ const customTypesMap = {
139
'CustomEvent': 'events.html#class-customevent',
140
'EventListener': 'events.html#event-listener',
141
142
- 'ErrorEvent': `${mdnPrefix}/API/ErrorEvent`,
143
-
144
'CloseEvent': `${mdnPrefix}/API/CloseEvent`,
+ 'ErrorEvent': `${mdnPrefix}/API/ErrorEvent`,
145
'EventSource': `${mdnPrefix}/API/EventSource`,
146
'MessageEvent': `${mdnPrefix}/API/MessageEvent`,
147
0 commit comments