Baseline Widely available
The SVGNumberList
interface defines a list of numbers.
An SVGNumberList
object can be designated as read only, which means that attempts to modify the object will result in an exception being thrown.
An SVGNumberList
object is indexable and can be accessed like an array.
length
The number of items in the list.
numberOfItems
The number of items in the list.
appendItem()
Inserts a new item at the end of the list.
clear()
Clears all existing items from the list, with the result being an empty list.
initialize()
Clears all existing items from the list and re-initializes the list to hold the single item specified by the parameter.
getItem()
Returns the specified item from the list.
insertItemBefore()
Inserts a new item into the list at the specified position.
removeItem()
Removes an existing item from the list.
replaceItem()
Replaces an existing item in the list with a new item.
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