Skip to content

Commit 77813e6

Browse files
author
Orta Therox
authored
Merge pull request #964 from marijnh/beforeinput
Add beforeinput event to GlobalEventHandlersEventMap
2 parents 488ab1f + 34f2e87 commit 77813e6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

baselines/dom.generated.d.ts

+1
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

+4
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": "compositionstart",
7478
"type": "CompositionEvent"

0 commit comments

Comments
 (0)