WebIDLpedia

DOMStringList interface

Definition

HTML Standard defines DOMStringList



[Exposed=(Window,Worker)]
interface DOMStringList {
  readonly attribute unsigned long length;
  getter DOMString? item(unsigned long index);
  boolean contains(DOMString string);
};

Methods and attributes that return objects implementing DOMStringList

Referring IDL interfaces/dictionaries

Referring specifications