Not documented.
- Annotations
- DocsEditable()
- DomName('FormData')
- SupportedBrowser(SupportedBrowser.CHROME)
- SupportedBrowser(SupportedBrowser.FIREFOX)
- SupportedBrowser(SupportedBrowser.IE, '10')
- SupportedBrowser(SupportedBrowser.SAFARI)
Static Properties
- bool supported
-
read-onlyChecks if this type is supported on the current platform.
Constructors
- FormData([FormElement form])
Methods
-
append(
String name, String value) → void -
appendBlob(
String name, Blob value, [String filename]) → void