Skip to main content
method DOMStringList.contains
DOMStringList.contains(string: string): boolean
Deprecated

Returns true if strings contains string, and false otherwise.

Parameters

string: string

Return Type

boolean
Back to top