This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

See also

Related pages

Attributions