UNPKG

jsdom-se

Version:

jsdom fork for silent errors - A JavaScript implementation of the DOM and HTML standards

12 lines (7 loc) 174 B
"use strict"; const EventImpl = require("./Event-impl").implementation; class ErrorEventImpl extends EventImpl { } module.exports = { implementation: ErrorEventImpl };