Firefox Tomorrow

web api instance method

SVGNumberList: removeItem() method

View on MDN ↗

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

  • NoModificationAllowedError DOMException
    • : Thrown if the SVGNumberList corresponds to a read-only attribute or when the object itself is read-only.
  • IndexSizeError DOMException
    • : 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.