SVGStringList: insertItemBefore() method - Web APIs | MDN
Syntax
js
insertItemBefore(newItem, index)
Parameters
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__insertItemBefore |