We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e89d7c commit 81c22eaCopy full SHA for 81c22ea
dom/src/main/scala/org/scalajs/dom/HTMLAnchorElement.scala
@@ -16,6 +16,13 @@ import scala.scalajs.js.annotation._
16
@js.native
17
@JSGlobal
18
abstract class HTMLAnchorElement extends HTMLElement {
19
+
20
+ /**
21
+ * A string indicating that the linked resource is intended to be downloaded rather than displayed in the
22
+ * browser. The value represent the proposed name of the file. If the name is not a valid filename of the
23
+ * underlying OS, browser will adapt it.
24
+ */
25
+ var download: String = js.native
26
27
/** Is a DOMString that reflects the rel HTML attribute, specifying the relationship of the target object to the link
28
* object.
0 commit comments