web api instance method
SVGLengthList: clear() method
The clear() method of the SVGLengthList interface clears all existing items from the list, with the result being an empty list.
Syntax
clear()
Parameters
None.
Return value
None (undefined).
Exceptions
NoModificationAllowedErrorDOMException- : Thrown when the list is read-only.
Examples
See SVGLengthList for a complete example.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.