HTMLAreaElement: download property
The download
property of the HTMLAreaElement
interface is a string indicating that the linked resource is intended to be downloaded rather than displayed in the browser. The value represent the proposed name of the file. If the name is not a valid filename of the underlying OS, browser will adjust it accordingly.
It reflects the download
attribute of the <area>
element.
Value
A string.
Specifications
Specification |
---|
HTML Standard # dom-area-download |
Browser compatibility
BCD tables only load in the browser