Skip to content

Commit d288533

Browse files
author
赵长伟
committed
Fix: document
1 parent f9c82eb commit d288533

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,11 @@ An object containing extra data that should be submitted along with the form.
126126
data: { key1: 'value1', key2: 'value2' }
127127
````
128128
### 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.
130132
* `json` : post request data with json string in post body.
131133
* 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
133134

134135

135136
### dataType

0 commit comments

Comments
 (0)