Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/tsc/dts/lib.deno.shared_globals.d.ts>DOMStringList

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface DOMStringList
import { type DOMStringList } from "https://deno.land/x/deno@v1.40.5/cli/tsc/dts/lib.deno.shared_globals.d.ts";

Index Signatures

[index: number]: string

Properties

readonly
length: number

Returns the number of strings in strings.

Methods

contains(string: string): boolean

Returns true if strings contains string, and false otherwise.

item(index: number): string | null

Returns the string with index index from strings.