UNPKG

@applitools/jsdom

Version:

jsdom without canvas 19.0.0

13 lines (8 loc) 326 B
"use strict"; const MouseEventImpl = require("./MouseEvent-impl").implementation; const WheelEventInit = require("../generated/WheelEventInit"); class WheelEventImpl extends MouseEventImpl {} WheelEventImpl.defaultInit = WheelEventInit.convert(undefined, undefined); module.exports = { implementation: WheelEventImpl };