UNPKG

jsdom

Version:

A JavaScript implementation of many web standards

10 lines (6 loc) 220 B
"use strict"; const HTMLFrameElementImpl = require("./HTMLFrameElement-impl").implementation; class HTMLIFrameElementImpl extends HTMLFrameElementImpl { } module.exports = { implementation: HTMLIFrameElementImpl };