web api instance method
SVGNumberList: removeItem() method
The removeItem() method of the SVGNumberList interface removes an existing item at the given index from the list.
Syntax
removeItem(index)
Parameters
index- : A non-negative integer that specifies the index of the item to delete.
Return value
The SVGNumber that was removed from the list.
Exceptions
NoModificationAllowedErrorDOMException- : Thrown if the
SVGNumberListcorresponds to a read-only attribute or when the object itself is read-only.
- : Thrown if the
IndexSizeErrorDOMException- : Thrown when the index is out of bounds for the list.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.