FormData

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

append
void append(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
append
void append(string name, Blob blobValue, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
append
void append(string name, Blob blobValue)
Undocumented in source. Be warned that the author may not have intended to support it.
delete_
void delete_(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
get
auto get(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getAll
auto getAll(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
has
auto has(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(string name, Blob blobValue, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(string name, Blob blobValue)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta