Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface HTMLCollection
import { type HTMLCollection } from "https://deno.land/x/aleph@v0.2.16/vendor/deno-dom/html-collection.ts";

Index Signatures

readonly [index: number]: Element

Properties

readonly
length: number

Methods

new(): HTMLCollection
[[Symbol.iterator]](): Generator<Element>
item(index: number): Element
[HTMLCollectionMutatorSym](): HTMLCollectionMutator
variable HTMLCollection
import { HTMLCollection } from "https://deno.land/x/aleph@v0.2.16/vendor/deno-dom/html-collection.ts";