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

Unwind HtmlFormElement and improve the FormData API #115

Open TheSpyder opened 1 year ago

TheSpyder commented 1 year ago

There are two main problems with Webapi__Dom__HtmlFormElement:

The first is an easy fix; just move all the bindings to the end of the file and delete the Impl module.

For the second, just delete data and re-do #108 (which was reverted after I discovered this).