We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d13d4 commit 981f579Copy full SHA for 981f579
src/Webapi/Webapi__FormData.res
@@ -12,7 +12,7 @@ module EntryValue = {
12
type t
13
14
@new external make: unit => t = "FormData"
15
-@new external makeWithHtmlForm: Webapi__Dom__HtmlFormElement.t => t = "FormData"
+// to make from a HTML form, use `Webapi.Dom.HtmlFormElement.data`
16
17
@send external append: (t, string, string) => unit = "append"
18
@send external delete: (t, string) => unit = "delete"
0 commit comments