UNPKG

@applitools/jsdom

Version:

jsdom without canvas 19.0.0

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;