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
NoModificationAllowedErrorDOMException-
Thrown if the
SVGStringListcorresponds to a read-only attribute or when the object itself is read-only.
Specifications
| Specification |
|---|
| Scalable Vector Graphics (SVG) 2 # __svg__SVGNameList__appendItem |