Onze vrijwilligers hebben dit artikel nog niet naar het Nederlands vertaald. Doe mee en help de klus te klaren!
Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
A type returned by some APIs which contains a list of DOMString (strings).
Properties
DOMStringList.length
Read only- Returns the length of the list,
Methods
DOMStringList.item()
- Returns a
DOMString
. DOMStringList.contains()
- Returns
Boolean
indicating if the given string is in the list
Specifications
Specification | Status | Comment |
---|---|---|
Document Object Model (DOM) Level 3 Core Specification The definition of 'DOMStringList' in that specification. |
Recommendation | Initial specification |