Skip to content

Commit 667a1e4

Browse files
committed
Add back MouseWheelEvent
1 parent 2fa7ed7 commit 667a1e4

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17625,6 +17625,7 @@ type IDBKeyPath = string;
1762517625
type Transferable = ArrayBuffer | MessagePort | ImageBitmap;
1762617626
type RTCIceGatherCandidate = RTCIceCandidateDictionary | RTCIceCandidateComplete;
1762717627
type RTCTransport = RTCDtlsTransport | RTCSrtpSdesTransport;
17628+
type MouseWheelEvent = WheelEvent;
1762817629
type WindowProxy = Window;
1762917630
type AlignSetting = "start" | "center" | "end" | "left" | "right";
1763017631
type AnimationPlayState = "idle" | "running" | "paused" | "finished";

inputfiles/addedTypes.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2570,6 +2570,10 @@
25702570
"new-type": "RTCTransport",
25712571
"override-type": "RTCDtlsTransport | RTCSrtpSdesTransport"
25722572
},
2573+
{
2574+
"new-type": "MouseWheelEvent",
2575+
"type": "WheelEvent"
2576+
},
25732577
{
25742578
"new-type": "WindowProxy",
25752579
"type": "Window"

inputfiles/knownTypes.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
"RsaOaepParams",
8080
"RsaPssParams",
8181
"Transferable",
82-
"VideoFacingModeEnum"
82+
"VideoFacingModeEnum",
83+
"MouseWheelEvent"
8384
],
8485
"Worker": [
8586
"AesCbcParams",

0 commit comments

Comments
 (0)