%PDF- %PDF-
Direktori : /usr/share/nodejs/jsdom/lib/jsdom/living/nodes/ |
Current File : //usr/share/nodejs/jsdom/lib/jsdom/living/nodes/HTMLVideoElement-impl.js |
"use strict"; const HTMLMediaElementImpl = require("./HTMLMediaElement-impl").implementation; class HTMLVideoElementImpl extends HTMLMediaElementImpl { get videoWidth() { return 0; } get videoHeight() { return 0; } } module.exports = { implementation: HTMLVideoElementImpl };