UNPKG

jsdom

Version:

A JavaScript implementation of many web standards

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