UNPKG

linkedom

Version:

A triple-linked lists based DOM implementation

7 lines (6 loc) 191 B
/** * @implements globalThis.HTMLIFrameElement */ export class HTMLIFrameElement extends HTMLElement implements globalThis.HTMLIFrameElement { } import { HTMLElement } from "./element.js";