UNPKG

jsdom

Version:

A JavaScript implementation of many web standards

14 lines (10 loc) 242 B
"use strict"; const HTMLElementImpl = require("./HTMLElement-impl").implementation; class HTMLTrackElementImpl extends HTMLElementImpl { get readyState() { return 0; } } module.exports = { implementation: HTMLTrackElementImpl };