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.

FormData

Summary

FormData is an interface that helps to create a set of key-value pairs representing form fields and their values intended to be sent using XMLHttpRequest.

Properties

No properties.

Methods

append
:

Events

No events.

See also

Related articles

XHR

Attributions