File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 4040* ` InputEvent ` bindings for ` inputType ` , ` dataTransfer ` and ` getTargetRanges ` (#90 )
4141* ` Node.insertAtEnd ` binding (which does ` parent.insertBefore(child, null) ` ) (#89 )
4242* CustomEvent Functor to make custom events with strongly typed ` detail ` fields (#93 )
43+ * ` Webapi.Url.createObjectURLFromBlob ` binding that takes a ` Webapi.Blob.t ` (#106 )
4344
4445### Fixed
4546* ` ofElement ` was incorrectly returning ` Dom.htmlElement ` type instead of the enclosing element type (#60 )
Original file line number Diff line number Diff line change 4949@get external toJson : t => string = "toJson"
5050
5151@val @scope ("URL" ) external createObjectURL : Webapi__File .t => string = "createObjectURL"
52+ @val @scope ("URL" ) external createObjectURLFromBlob : Webapi__Blob .t => string = "createObjectURL"
5253@val @scope ("URL" ) external revokeObjectURL : string => unit = "revokeObjectURL"
You can’t perform that action at this time.
0 commit comments