UNPKG

jsdom

Version:

A JavaScript implementation of many web standards

15 lines (11 loc) 294 B
"use strict"; const EventImpl = require("./Event-impl").implementation; class BlobEventImpl extends EventImpl {} // Cannot use the usual pattern since `data` is required. BlobEventImpl.defaultInit = { __proto__: null, timecode: 0 }; module.exports = { implementation: BlobEventImpl };