SVGAElement: download property

The download property of the SVGAElement interface returns a string indicating that the browser should treat the linked URL as a download.

This property can be set to change the URL's download value. It reflects the value of the download attribute.

Note: This value might not be used for download. This value cannot be used to determine whether the download will occur.

Value

A string.

Specifications

See also