Nos bénévoles n'ont pas encore traduit cet article en Français. Aidez-nous à réaliser cette tâche !
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 |