UNPKG

jsdom

Version:

A JavaScript implementation of many web standards

10 lines (6 loc) 327 B
"use strict"; const EventImpl = require("./Event-impl.js").implementation; const PopStateEventInit = require("../../../generated/idl/PopStateEventInit"); class PopStateEventImpl extends EventImpl {} PopStateEventImpl.defaultInit = PopStateEventInit.convert(undefined, undefined); exports.implementation = PopStateEventImpl;