Skip to content

Commit

Permalink
Add download attribute to anchor element
Browse files Browse the repository at this point in the history
  • Loading branch information
slegrand45 authored and hhugo committed Sep 11, 2023
1 parent 2b429e5 commit 779b5a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/js_of_ocaml/dom_html.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1324,6 +1324,8 @@ class type anchorElement = object

method coords : js_string t prop

method download : js_string t prop

method href : js_string t prop

method hreflang : js_string t prop
Expand Down
2 changes: 2 additions & 0 deletions lib/js_of_ocaml/dom_html.mli
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,8 @@ class type anchorElement = object

method coords : js_string t prop

method download : js_string t prop

method href : js_string t prop

method hreflang : js_string t prop
Expand Down

0 comments on commit 779b5a8

Please sign in to comment.