TheSpyder / rescript-webapi

ReScript bindings to the DOM and other Web APIs
http://tinymce.github.io/rescript-webapi/api/Webapi/
Other
149 stars 36 forks source link

Add binding of createObjectURL that takes a Blob. #106

Closed mvaled closed 2 years ago

mvaled commented 2 years ago

The function 'URL.createObjectURL' can take File, Blob and MediaSource. This PR simply adds a binding for Blob.

mvaled commented 2 years ago

@spocke

TheSpyder commented 2 years ago

Fixes #100

mvaled commented 2 years ago

@spocke @TheSpyder How is the process to merge this?

spocke commented 2 years ago

@spocke @TheSpyder How is the process to merge this?

Merged it now. Sorry for the delay been a bit much at work.