-
Notifications
You must be signed in to change notification settings - Fork 135
moxie.xhr.FormData
Davit Barbakadze edited this page Aug 5, 2017
·
2 revisions
Important! This page is auto-generated from the comments in the source files. All changes will be overwritten! If you are looking to contribute, modify the comment in the corresponding source file instead.
FormData
Append another key-value pair to the FormData object
Arguments
-
name
String
Name for the new field -
value
String|Blob|Array|Object
Value for the field
Checks if FormData contains Blob.
Retrieves blob.
Retrieves blob field name.
Loop over the fields in FormData and invoke the callback for each of them.
Arguments
-
cb
Function
Callback to call for each field