Skip to content

Commit 06ff59f

Browse files
committed
update baseline
1 parent 0647e5c commit 06ff59f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

baselines/dom.generated.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4208,6 +4208,7 @@ interface Document extends Node, NonElementParentNode, DocumentOrShadowRoot, Par
42084208
createEvent(eventInterface: "DeviceLightEvent"): DeviceLightEvent;
42094209
createEvent(eventInterface: "DeviceMotionEvent"): DeviceMotionEvent;
42104210
createEvent(eventInterface: "DeviceOrientationEvent"): DeviceOrientationEvent;
4211+
createEvent(eventInterface: "DragEvent"): DragEvent;
42114212
createEvent(eventInterface: "ErrorEvent"): ErrorEvent;
42124213
createEvent(eventInterface: "Event"): Event;
42134214
createEvent(eventInterface: "Events"): Event;
@@ -4221,6 +4222,7 @@ interface Document extends Node, NonElementParentNode, DocumentOrShadowRoot, Par
42214222
createEvent(eventInterface: "MSGestureEvent"): MSGestureEvent;
42224223
createEvent(eventInterface: "MSMediaKeyMessageEvent"): MSMediaKeyMessageEvent;
42234224
createEvent(eventInterface: "MSMediaKeyNeededEvent"): MSMediaKeyNeededEvent;
4225+
createEvent(eventInterface: "MSPointerEvent"): MSPointerEvent;
42244226
createEvent(eventInterface: "MediaEncryptedEvent"): MediaEncryptedEvent;
42254227
createEvent(eventInterface: "MediaKeyMessageEvent"): MediaKeyMessageEvent;
42264228
createEvent(eventInterface: "MediaQueryListEvent"): MediaQueryListEvent;
@@ -4268,6 +4270,7 @@ interface Document extends Node, NonElementParentNode, DocumentOrShadowRoot, Par
42684270
createEvent(eventInterface: "VRDisplayEvent"): VRDisplayEvent;
42694271
createEvent(eventInterface: "VRDisplayEvent "): VRDisplayEvent ;
42704272
createEvent(eventInterface: "WebGLContextEvent"): WebGLContextEvent;
4273+
createEvent(eventInterface: "WheelEvent"): WheelEvent;
42714274
createEvent(eventInterface: string): Event;
42724275
/**
42734276
* Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.
@@ -4456,6 +4459,7 @@ interface DocumentEvent {
44564459
createEvent(eventInterface: "DeviceLightEvent"): DeviceLightEvent;
44574460
createEvent(eventInterface: "DeviceMotionEvent"): DeviceMotionEvent;
44584461
createEvent(eventInterface: "DeviceOrientationEvent"): DeviceOrientationEvent;
4462+
createEvent(eventInterface: "DragEvent"): DragEvent;
44594463
createEvent(eventInterface: "ErrorEvent"): ErrorEvent;
44604464
createEvent(eventInterface: "Event"): Event;
44614465
createEvent(eventInterface: "Events"): Event;
@@ -4469,6 +4473,7 @@ interface DocumentEvent {
44694473
createEvent(eventInterface: "MSGestureEvent"): MSGestureEvent;
44704474
createEvent(eventInterface: "MSMediaKeyMessageEvent"): MSMediaKeyMessageEvent;
44714475
createEvent(eventInterface: "MSMediaKeyNeededEvent"): MSMediaKeyNeededEvent;
4476+
createEvent(eventInterface: "MSPointerEvent"): MSPointerEvent;
44724477
createEvent(eventInterface: "MediaEncryptedEvent"): MediaEncryptedEvent;
44734478
createEvent(eventInterface: "MediaKeyMessageEvent"): MediaKeyMessageEvent;
44744479
createEvent(eventInterface: "MediaQueryListEvent"): MediaQueryListEvent;
@@ -4516,6 +4521,7 @@ interface DocumentEvent {
45164521
createEvent(eventInterface: "VRDisplayEvent"): VRDisplayEvent;
45174522
createEvent(eventInterface: "VRDisplayEvent "): VRDisplayEvent ;
45184523
createEvent(eventInterface: "WebGLContextEvent"): WebGLContextEvent;
4524+
createEvent(eventInterface: "WheelEvent"): WheelEvent;
45194525
createEvent(eventInterface: string): Event;
45204526
}
45214527

0 commit comments

Comments
 (0)