FormDataEntryValue
Types
decoded
Represents a decoded version of the abstract formDataEntryValue type.
A FormData entry value is either a string or a File.
type decoded = String(string) | File(WebAPI.FileAPI.file)Values
decode
let decode: WebAPI.FetchAPI.formDataEntryValue => decodedfromFile
let fromFile: WebAPI.FileAPI.file => WebAPI.FetchAPI.formDataEntryValuefromString
let fromString: string => WebAPI.FetchAPI.formDataEntryValue