Skip to content

Commit

Permalink
void -> undefined in IDL
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan authored Nov 24, 2023
1 parent 81f7bd4 commit 80df9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/legacy-event-types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ completeness.
[Exposed=Window]
interface TextEvent : Event {
readonly attribute DOMString data;
void initTextEvent(DOMString type,
undefined initTextEvent(DOMString type,
optional boolean bubbles = false,
optional boolean cancelable = false,
optional Window? view = null,
Expand Down

0 comments on commit 80df9c6

Please sign in to comment.