Baseline Widely available
Note: This feature is available in Web Workers.
The item()
method returns a string from a DOMStringList
by index.
JavaScript also offers an array-like bracketed syntax for obtaining an item from a DOMStringList
by index:
index
the index of the string to get. The index is zero-based.
The string at the index position in the DOMStringList
; otherwise null
if the provided index is out of range.
TypeError
Thrown if no argument is provided.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4