DOMStringList
Types
t
type t = DOM.domStringListRecord fields
Values
contains
Returns true if strings contains string, and false otherwise. Read more on MDN
let contains: (t, string) => boolitem
Returns the string with index index from strings. Read more on MDN
let item: (t, int) => string