interface DOMStringList
Index Signatures Jump to heading
Properties Jump to heading
readonly
Jump to headinglength: number
Returns the number of strings in strings.
Methods Jump to heading
Jump to headingcontains(string: string): boolean
Returns true if strings contains string, and false otherwise.
Jump to headingitem(index: number): string | null
Returns the string with index index from strings.