浏览代码

Update README.md

wkh237 8 年前
父节点
当前提交
79390d573d
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11
    0
      README.md

+ 11
- 0
README.md 查看文件

6
 * [About](#user-content-about)
6
 * [About](#user-content-about)
7
 * [Installation](#user-content-installation)
7
 * [Installation](#user-content-installation)
8
 * [Recipes](#user-content-recipes)
8
 * [Recipes](#user-content-recipes)
9
+ * [Regular Request](#user-content-regular-request)
9
  * [Download file](#user-content-download-example--fetch-files-that-needs-authorization-token)
10
  * [Download file](#user-content-download-example--fetch-files-that-needs-authorization-token)
10
  * [Upload file](#user-content-upload-example--dropbox-files-upload-api)
11
  * [Upload file](#user-content-upload-example--dropbox-files-upload-api)
11
  * [Multipart/form upload](#user-content-multipartform-data-example--post-form-data-with-file-and-data)
12
  * [Multipart/form upload](#user-content-multipartform-data-example--post-form-data-with-file-and-data)
16
  * [File stream](#user-content-file-stream)
17
  * [File stream](#user-content-file-stream)
17
  * [Manage cached files](#user-content-cache-file-management)
18
  * [Manage cached files](#user-content-cache-file-management)
18
  * [Self-Signed SSL Server](#user-content-self-signed-ssl-server)
19
  * [Self-Signed SSL Server](#user-content-self-signed-ssl-server)
20
+ * [Web API Polyfills](#user-content-web-api-polyfills)
19
 * [API References](https://github.com/wkh237/react-native-fetch-blob/wiki/Fetch-API)
21
 * [API References](https://github.com/wkh237/react-native-fetch-blob/wiki/Fetch-API)
20
 * [Trouble Shooting](https://github.com/wkh237/react-native-fetch-blob/wiki/Trouble-Shooting)
22
 * [Trouble Shooting](https://github.com/wkh237/react-native-fetch-blob/wiki/Trouble-Shooting)
21
 * [Development](#user-content-development)
23
 * [Development](#user-content-development)
135
 var RNFetchBlob = require('react-native-fetch-blob').default
137
 var RNFetchBlob = require('react-native-fetch-blob').default
136
 ```
138
 ```
137
 
139
 
140
+#### Regular Request
141
+
142
+TODO
143
+
138
 #### Download example : Fetch files that needs authorization token
144
 #### Download example : Fetch files that needs authorization token
139
 
145
 
140
 ```js
146
 ```js
618
 })
624
 })
619
 ```
625
 ```
620
 
626
 
627
+#### Web API Polyfills
628
+
629
+TODO
630
+
621
 ## Changes
631
 ## Changes
622
 
632
 
623
 | Version | |
633
 | Version | |
624
 |---|---|
634
 |---|---|
635
+| 0.8.0 | Added Web API polyfills, support regular request, add buffer API |
625
 | 0.7.4 | Fix app crash problem in version > 0.27 |
636
 | 0.7.4 | Fix app crash problem in version > 0.27 |
626
 | 0.7.3 | Fix OkHttp dependency issue in version < 0.29 |
637
 | 0.7.3 | Fix OkHttp dependency issue in version < 0.29 |
627
 | 0.7.2 | Fix cancel request bug |
638
 | 0.7.2 | Fix cancel request bug |