Skip to content

Commit 7997e14

Browse files
committed
Add beforeinput event to GlobalEventHandlersEventMap
See https://w3c.github.io/uievents/#event-type-beforeinput
1 parent b441061 commit 7997e14

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5756,6 +5756,7 @@ interface GlobalEventHandlersEventMap {
57565756
"animationiteration": AnimationEvent;
57575757
"animationstart": AnimationEvent;
57585758
"auxclick": MouseEvent;
5759+
"beforeinput": InputEvent;
57595760
"blur": FocusEvent;
57605761
"cancel": Event;
57615762
"canplay": Event;

inputfiles/addedTypes.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
"GlobalEventHandlers": {
7070
"attributeless-events": {
7171
"event": [
72+
{
73+
"name": "beforeinput",
74+
"type": "InputEvent"
75+
},
7276
{
7377
"name": "focusin",
7478
"type": "FocusEvent"

0 commit comments

Comments
 (0)