UNPKG

@applitools/jsdom

Version:

jsdom without canvas 19.0.0

15 lines (9 loc) 343 B
"use strict"; const EventImpl = require("./Event-impl").implementation; const HashChangeEventInit = require("../generated/HashChangeEventInit"); class HashChangeEventImpl extends EventImpl { } HashChangeEventImpl.defaultInit = HashChangeEventInit.convert(undefined, undefined); module.exports = { implementation: HashChangeEventImpl };