Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

A modern runtime for JavaScript and TypeScript.
Latest
interface DOMStringList
import { type DOMStringList } from "https://deno.land/x/deno@v1.41.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.