interface HTMLFrameElement
implements HTMLElement
import { type HTMLFrameElement } from "https://deno.land/x/evt@v2.5.6/lib/types/lib.dom.ts";
Properties
readonly
deprecated
contentDocument: Document | nullreadonly
deprecated
contentWindow: WindowProxy | nullMethods
addEventListener<K extends keyof HTMLElementEventMap>(): void
type: K,
listener: (this: HTMLFrameElement, ev: HTMLElementEventMap[K]) => any,
options?: boolean | AddEventListenerOptions,
addEventListener(): void
type: string,
listener: EventListenerOrEventListenerObject,
options?: boolean | AddEventListenerOptions,
removeEventListener<K extends keyof HTMLElementEventMap>(): void
type: K,
listener: (this: HTMLFrameElement, ev: HTMLElementEventMap[K]) => any,
options?: boolean | EventListenerOptions,