%PDF- %PDF-
| Direktori : /usr/share/nodejs/jsdom/lib/jsdom/living/events/ |
| Current File : //usr/share/nodejs/jsdom/lib/jsdom/living/events/ErrorEvent-impl.js |
"use strict";
const EventImpl = require("./Event-impl").implementation;
const ErrorEventInit = require("../generated/ErrorEventInit");
class ErrorEventImpl extends EventImpl {
}
ErrorEventImpl.defaultInit = ErrorEventInit.convert(undefined, undefined);
module.exports = {
implementation: ErrorEventImpl
};