StaticNodeList object
A collection of objects returned by the querySelectorAll method.
Members
The StaticNodeList object has these types of members:
Properties
The StaticNodeList object has these properties.
| Property | Description |
|---|---|
|
Gets the number of characters in a TextNode object. |
Standards information
There are no standards that apply here.
Remarks
The collection will be empty if the querySelectorAll method returned no matches.
If the element tree is changed relative to the one or more original selectors used to generate the StaticNodeList collection, the collection (being static) will not be updated when the element tree changes.
Show: