Skip to content

Commit

Permalink
Reorder abstract types for FormData
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Nov 15, 2024
1 parent 00f9826 commit 333cb0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jscomp/others/dom_formData.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(* Provides a way to easily construct a set of key/value pairs representing form fields and their values, which can then be easily sent using the XMLHttpRequest.send() method. It uses the same format a form would use if the encoding type were set to "multipart/form-data". *)

type t
type file
type blob
type entryValue
Expand Down

0 comments on commit 333cb0b

Please sign in to comment.