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 2b429e5 commit 779b5a8Copy full SHA for 779b5a8
lib/js_of_ocaml/dom_html.ml
@@ -1324,6 +1324,8 @@ class type anchorElement = object
1324
1325
method coords : js_string t prop
1326
1327
+ method download : js_string t prop
1328
+
1329
method href : js_string t prop
1330
1331
method hreflang : js_string t prop
lib/js_of_ocaml/dom_html.mli
@@ -1149,6 +1149,8 @@ class type anchorElement = object
1149
1150
1151
1152
1153
1154
1155
1156
0 commit comments