Files
cm-app-coupang/node_modules/jsdom/lib/jsdom/living/events/ErrorEvent-impl.js

15 lines
316 B
JavaScript

"use strict";
const EventImpl = require("./Event-impl").implementation;
const ErrorEventInit = require("../generated/ErrorEventInit");
class ErrorEventImpl extends EventImpl {
}
ErrorEventImpl.defaultInit = ErrorEventInit.convert(undefined);
module.exports = {
implementation: ErrorEventImpl
};