UNPKG

jsdom

Version:

A JavaScript implementation of many web standards

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 };