append

fun append(name: String, value: String)(source)

The append() method of the FormData interface appends a new value onto an existing key inside a FormData object, or adds the key if it does not already exist.

MDN Reference


fun append(name: String, value: Blob)(source)
fun append(name: String, blobValue: Blob, filename: String = definedExternally)(source)