DOMStringList

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

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/domstringlist

API DOM Reference Référence