SVGAElement: download property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
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
Specification |
---|
Scalable Vector Graphics (SVG) 2> # __svg__SVGAElement__download> |
Browser compatibility
Loading…
See also
download
attribute