set
The set()
method of the FormData interface sets a new value for an existing key inside a FormData
object, or adds the key/value if it does not already exist.
The set()
method of the FormData interface sets a new value for an existing key inside a FormData
object, or adds the key/value if it does not already exist.