SVGStringList: appendItem() method - Web APIs | MDN

Syntax

Parameters

newItem

The string to add to the list.

Return value

The string that was added to the list.

Exceptions

NoModificationAllowedError DOMException

Thrown if the SVGStringList corresponds to a read-only attribute or when the object itself is read-only.

Specifications

Specification
Scalable Vector Graphics (SVG) 2
# __svg__SVGNameList__appendItem

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.