We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a538a5 commit 61ce79bCopy full SHA for 61ce79b
CHANGELOG.md
@@ -41,6 +41,7 @@
41
* `Node.insertAtEnd` binding (which does `parent.insertBefore(child, null)`) (#89)
42
* CustomEvent Functor to make custom events with strongly typed `detail` fields (#93)
43
* `Webapi.Url.createObjectURLFromBlob` binding that takes a `Webapi.Blob.t` (#106)
44
+* `Webapi.FormData.fromForm` binding that takes a `Webapi.Dom.HtmlFormElement.t` (#108)
45
46
### Fixed
47
* `ofElement` was incorrectly returning `Dom.htmlElement` type instead of the enclosing element type (#60)
0 commit comments