Firefox Tomorrow

web api instance method

SVGStringList: clear() method

View on MDN ↗

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

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

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.