Constructor
Methods
append(name:String, value:String):Void
append(name:String, value:Blob, ?filename:String):Void
Appends a new value onto an existing key, or adds the key if it does not exist.
forEach(callback:(EitherType<String, EitherType<Blob, File>>, String, FormData) ‑> Void, ?thisArg:Any):Void
get(name:String):Null<EitherType<String, EitherType<Blob, File>>>
Returns the first value associated with a given key.
getAll(name:String):Array<EitherType<String, EitherType<Blob, File>>>
Returns all values associated with a given key.