UNPKG

linkedom

Version:

A triple-linked lists based DOM implementation

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