File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 40
40
* ` InputEvent ` bindings for ` inputType ` , ` dataTransfer ` and ` getTargetRanges ` (#90 )
41
41
* ` Node.insertAtEnd ` binding (which does ` parent.insertBefore(child, null) ` ) (#89 )
42
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 )
43
+ * ` Url.createObjectURLFromBlob ` binding that takes a ` Blob.t ` (#106 )
44
44
* ` returnValue ` setter for ` BeforeUnloadEvent ` (#110 )
45
45
* ` Webapi.FormData.makeWithHtmlForm ` binding that takes a ` Webapi.Dom.HtmlFormElement.t ` (#108 )
46
-
46
+ * ` Canvas.toBlob ` & ` Canvas.toDataUrl ` methods, with multiple argument variants ( # 111 )
47
47
48
48
### Fixed
49
49
* ` ofElement ` was incorrectly returning ` Dom.htmlElement ` type instead of the enclosing element type (#60 )
50
+ * ` Dom.CssStyleDeclaration.setPropertyValue ` was emitting the wrong function name (#114 )
50
51
51
52
### Miscellaneous
52
53
* Converted project to rescript syntax (#18 )
You can’t perform that action at this time.
0 commit comments