melange-community / melange-webapi

Melange bindings to the DOM and other Web APIs
MIT License
15 stars 6 forks source link

feat: bind to new FormData(HtmlFormElement) #13

Closed andreypopp closed 8 months ago

andreypopp commented 8 months ago

Adds a binding to new FormData(HtmlFormElement).

Thought to add it to melange-fetch first but it doesn't depend on melange.dom so maybe melange-webapi is a better choice then. But let me know if this change should be made against melange-fetch.