web api instance method
SVGStringList: clear() method
The clear() method of the SVGStringList 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 if the
SVGStringListcorresponds to a read-only attribute or when the object itself is read-only.
- : Thrown if the
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.