DOMStringList
Values
contains
Returns true if strings contains string, and false otherwise. Read more on MDN
let contains: (WebAPI.Prelude.domStringList, string) => bool
item
Returns the string with index index from strings. Read more on MDN
let item: (WebAPI.Prelude.domStringList, int) => string