%PDF- %PDF-
Direktori : /usr/share/nodejs/jsdom/lib/jsdom/living/nodes/ |
Current File : //usr/share/nodejs/jsdom/lib/jsdom/living/nodes/HTMLTrackElement-impl.js |
"use strict"; const HTMLElementImpl = require("./HTMLElement-impl").implementation; class HTMLTrackElementImpl extends HTMLElementImpl { get readyState() { return 0; } } module.exports = { implementation: HTMLTrackElementImpl };