Skip to main content
Module

x/evt/lib/types/lib.dom.ts>HTMLCollection

💧EventEmitter's typesafe replacement
Go to Latest
interface HTMLCollection
implements HTMLCollectionBase
import { type HTMLCollection } from "https://deno.land/x/evt@v2.3.1/lib/types/lib.dom.ts";

Methods

namedItem(name: string): Element | null

Retrieves a select object or an object from an options collection.