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