File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -17625,6 +17625,7 @@ type IDBKeyPath = string;
17625
17625
type Transferable = ArrayBuffer | MessagePort | ImageBitmap;
17626
17626
type RTCIceGatherCandidate = RTCIceCandidateDictionary | RTCIceCandidateComplete;
17627
17627
type RTCTransport = RTCDtlsTransport | RTCSrtpSdesTransport;
17628
+ type MouseWheelEvent = WheelEvent;
17628
17629
type WindowProxy = Window;
17629
17630
type AlignSetting = "start" | "center" | "end" | "left" | "right";
17630
17631
type AnimationPlayState = "idle" | "running" | "paused" | "finished";
Original file line number Diff line number Diff line change 2570
2570
"new-type" : " RTCTransport" ,
2571
2571
"override-type" : " RTCDtlsTransport | RTCSrtpSdesTransport"
2572
2572
},
2573
+ {
2574
+ "new-type" : " MouseWheelEvent" ,
2575
+ "type" : " WheelEvent"
2576
+ },
2573
2577
{
2574
2578
"new-type" : " WindowProxy" ,
2575
2579
"type" : " Window"
Original file line number Diff line number Diff line change 79
79
" RsaOaepParams" ,
80
80
" RsaPssParams" ,
81
81
" Transferable" ,
82
- " VideoFacingModeEnum"
82
+ " VideoFacingModeEnum" ,
83
+ " MouseWheelEvent"
83
84
],
84
85
"Worker" : [
85
86
" AesCbcParams" ,
You can’t perform that action at this time.
0 commit comments