import { type dom } from "https://deno.land/x/evt@v2.4.10/lib/types/index.ts";
const { HTMLLinkElement } = dom;
Reference information for external resources and the relationship of those resources to a document and vice-versa. This object inherits all of the properties and methods of the HTMLElement interface.
Properties
readonly
relList: DOMTokenListreadonly
sizes: DOMTokenListMethods
addEventListener<K extends keyof HTMLElementEventMap>(): void
type: K,
listener: (this: HTMLLinkElement, 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: HTMLLinkElement, ev: HTMLElementEventMap[K]) => any,
options?: boolean | EventListenerOptions,