We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 488ab1f + 34f2e87 commit 77813e6Copy full SHA for 77813e6
baselines/dom.generated.d.ts
@@ -5756,6 +5756,7 @@ interface GlobalEventHandlersEventMap {
5756
"animationiteration": AnimationEvent;
5757
"animationstart": AnimationEvent;
5758
"auxclick": MouseEvent;
5759
+ "beforeinput": InputEvent;
5760
"blur": FocusEvent;
5761
"cancel": Event;
5762
"canplay": Event;
inputfiles/addedTypes.json
@@ -69,6 +69,10 @@
69
"GlobalEventHandlers": {
70
"attributeless-events": {
71
"event": [
72
+ {
73
+ "name": "beforeinput",
74
+ "type": "InputEvent"
75
+ },
76
{
77
"name": "compositionstart",
78
"type": "CompositionEvent"
0 commit comments