Members
(readonly) length :number
Type:
- number
Methods
forEach(callbackfn, thisArgopt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
callbackfn | function | ||
thisArg | any | <optional> |
item(index) → {any|null}
Parameters:
Name | Type | Description |
---|---|---|
index | number | The position of the Node to be returned |
Returns:
- Type:
- any |
null
toArray() → {array}
Non standard function: convert to a non-live array
- Version
- Experimental feature, might be removed at any time
Returns:
- Type:
- array