We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cb03f commit 97f89ffCopy full SHA for 97f89ff
dom/src/main/scala/org/scalajs/dom/HTMLAnchorElement.scala
@@ -16,7 +16,7 @@ import scala.scalajs.js.annotation._
16
@js.native
17
@JSGlobal
18
abstract class HTMLAnchorElement extends HTMLElement {
19
-
+
20
/** A string indicating that the linked resource is intended to be downloaded rather than displayed in the browser.
21
* The value represent the proposed name of the file. If the name is not a valid filename of the underlying OS,
22
* browser will adapt it.
0 commit comments