Skip to main content
Deno 2 is finally 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.36.0/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.