Skip to content

Commit 981f579

Browse files
committed
Reverted #108 due to a dependency cycle, leaving a comment about where to find the other method
1 parent c6d13d4 commit 981f579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Webapi/Webapi__FormData.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module EntryValue = {
1212
type t
1313

1414
@new external make: unit => t = "FormData"
15-
@new external makeWithHtmlForm: Webapi__Dom__HtmlFormElement.t => t = "FormData"
15+
// to make from a HTML form, use `Webapi.Dom.HtmlFormElement.data`
1616

1717
@send external append: (t, string, string) => unit = "append"
1818
@send external delete: (t, string) => unit = "delete"

0 commit comments

Comments
 (0)