Skip to main content
Module

x/evt/mod.ts>dom.HTMLCollectionOf

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.HTMLCollectionOf
implements HTMLCollectionBase
import { type dom } from "https://deno.land/x/evt@v2.4.6/mod.ts";
const { HTMLCollectionOf } = dom;

Type Parameters

T extends Element

Index Signatures

[index: number]: T

Methods

item(index: number): T | null
namedItem(name: string): T | null