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 bindings to DataTransfer #50

Closed spocke closed 2 years ago

spocke commented 2 years ago

We should have bindings for DataTransfer.

Relevant spec: https://html.spec.whatwg.org/multipage/dnd.html#the-datatransfer-interface

TheSpyder commented 2 years ago

This was PR'd to the bs-webapi repo, I forgot to port it over reasonml-community/bs-webapi-incubator#208 and reasonml-community/bs-webapi-incubator#209

spocke commented 2 years ago

Looking at that PR it was less extensive. I think I covered the full spec.