We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c82eb commit d288533Copy full SHA for d288533
README.md
@@ -126,10 +126,11 @@ An object containing extra data that should be submitted along with the form.
126
data: { key1: 'value1', key2: 'value2' }
127
````
128
### requestFormat
129
-Avaliable value:
+Available value:
130
+
131
+* `form` : post request body with http form (x-www-form-urlencoded) format, this is default option.
132
* `json` : post request data with json string in post body.
133
* You may need polyfill `JSON` functionality with old browsers, recommending: https://github.com/douglascrockford/JSON-js/blob/master/json2.js
-* `form` : (default) post request body with http form (x-www-form-urlencoded) format
134
135
136
### dataType
0 commit comments