append
Method of dom/FormDatadom/FormData
Syntax
var object = object.append(name, value);
Parameters
name
- Data-type
- any
Must be a string.
value
- Data-type
- any
Can be a string or a blob.
Return Value
Returns an object of type DOM NodeDOM Node
Type: HRESULT
This method can return one of these values.
S_OK
Syntax
Standards information
- XMLHttpRequest, Section 4
See also
Related pages
- FormDataFormData
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]