web api instance property
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
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
downloadattribute