FormData.append

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void append(string name, Blob value, string filename)
  2. void append(string name, Blob value)
  3. void append(string name, string value)
    struct FormData
    nothrow
    void
    append
    ()
    (
    string name
    ,
    string value
    )

Meta