Options
All
  • Public
  • Public/Protected
  • All
Menu

A type returned by some APIs which contains a list of DOMString (strings).

Hierarchy

  • DOMStringList

Indexable

[index: number]: string

Index

Properties

Methods

Properties

length: number

Returns the number of strings in strings.

Methods

  • contains(string: string): boolean
  • Returns true if strings contains string, and false otherwise.

    Parameters

    • string: string

    Returns boolean

  • item(index: number): null | string
  • Returns the string with index index from strings.

    Parameters

    • index: number

    Returns null | string

Generated using TypeDoc