You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -126,10 +126,11 @@ An object containing extra data that should be submitted along with the form.
126
126
data: { key1: 'value1', key2: 'value2' }
127
127
````
128
128
### requestFormat
129
-
Avaliable value:
129
+
Available value:
130
+
131
+
*`form` : post request body with http form (x-www-form-urlencoded) format, this is default option.
130
132
*`json` : post request data with json string in post body.
131
133
* You may need polyfill `JSON` functionality with old browsers, recommending: https://github.com/douglascrockford/JSON-js/blob/master/json2.js
132
-
*`form` : (default) post request body with http form (x-www-form-urlencoded) format
0 commit comments