web api instance property
HTMLAnchorElement: download property
The HTMLAnchorElement.download property is a
string indicating that the linked resource is intended to be
downloaded rather than displayed in the browser. The value, if any, specifies the
default file name for use in labeling the resource in a local file system. If the name
is not a valid file name in the underlying OS, the browser will adjust it.
[!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.