Browse Source

Update README.md

wkh237 8 years ago
parent
commit
91512909e5
1 changed files with 6 additions and 4 deletions
  1. 6
    4
      README.md

+ 6
- 4
README.md View File

1
 # react-native-fetch-blob [![release](https://img.shields.io/github/release/wkh237/react-native-fetch-blob.svg?maxAge=86400&style=flat-square)](https://www.npmjs.com/package/react-native-fetch-blob) [![npm](https://img.shields.io/npm/v/react-native-fetch-blob.svg?style=flat-square)](https://www.npmjs.com/package/react-native-fetch-blob) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg?style=flat-square) [![npm](https://img.shields.io/npm/l/react-native-fetch-blob.svg?maxAge=2592000&style=flat-square)]() 
1
 # react-native-fetch-blob [![release](https://img.shields.io/github/release/wkh237/react-native-fetch-blob.svg?maxAge=86400&style=flat-square)](https://www.npmjs.com/package/react-native-fetch-blob) [![npm](https://img.shields.io/npm/v/react-native-fetch-blob.svg?style=flat-square)](https://www.npmjs.com/package/react-native-fetch-blob) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg?style=flat-square) [![npm](https://img.shields.io/npm/l/react-native-fetch-blob.svg?maxAge=2592000&style=flat-square)]() 
2
 
2
 
3
-A project committed to make file acess and transfer easier and effiecient for React Native developers. 
3
+A project committed to make file acess and data transfer easier, effiecient for React Native developers. 
4
 
4
 
5
 ## Features
5
 ## Features
6
 - Transfer data directly from/to storage without BASE64 bridging
6
 - Transfer data directly from/to storage without BASE64 bridging
7
 - File API supports normal files, Asset files, and CameraRoll files
7
 - File API supports normal files, Asset files, and CameraRoll files
8
-- Native-to-native file manipulation, reduce JS bridging performance loss
8
+- Native-to-native file manipulation API, reduce JS bridging performance loss
9
 - Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN
9
 - Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN
10
 
10
 
11
 ## TOC
11
 ## TOC
12
 * [About](#user-content-about)
12
 * [About](#user-content-about)
13
 * [Installation](#user-content-installation)
13
 * [Installation](#user-content-installation)
14
 * [Recipes](#user-content-recipes)
14
 * [Recipes](#user-content-recipes)
15
+* [HTTP Data Transfer]
15
  * [Regular Request](#user-content-regular-request)
16
  * [Regular Request](#user-content-regular-request)
16
  * [Download file](#user-content-download-example--fetch-files-that-needs-authorization-token)
17
  * [Download file](#user-content-download-example--fetch-files-that-needs-authorization-token)
17
  * [Upload file](#user-content-upload-example--dropbox-files-upload-api)
18
  * [Upload file](#user-content-upload-example--dropbox-files-upload-api)
19
  * [Upload/Download progress](#user-content-uploaddownload-progress)
20
  * [Upload/Download progress](#user-content-uploaddownload-progress)
20
  * [Cancel HTTP request](#user-content-cancel-request)
21
  * [Cancel HTTP request](#user-content-cancel-request)
21
  * [Android Media Scanner, and Download Manager Support](#user-content-android-media-scanner-and-download-manager-support)
22
  * [Android Media Scanner, and Download Manager Support](#user-content-android-media-scanner-and-download-manager-support)
23
+ * [Self-Signed SSL Server](#user-content-self-signed-ssl-server)
24
+* [File Access]
22
  * [File access](#user-content-file-access)
25
  * [File access](#user-content-file-access)
23
  * [File stream](#user-content-file-stream)
26
  * [File stream](#user-content-file-stream)
24
  * [Manage cached files](#user-content-cache-file-management)
27
  * [Manage cached files](#user-content-cache-file-management)
25
- * [Self-Signed SSL Server](#user-content-self-signed-ssl-server)
26
- * [Web API Polyfills](#user-content-web-api-polyfills)
28
+* [Web API Polyfills](#user-content-web-api-polyfills)
27
 * [API References](https://github.com/wkh237/react-native-fetch-blob/wiki/Fetch-API)
29
 * [API References](https://github.com/wkh237/react-native-fetch-blob/wiki/Fetch-API)
28
 * [Trouble Shooting](https://github.com/wkh237/react-native-fetch-blob/wiki/Trouble-Shooting)
30
 * [Trouble Shooting](https://github.com/wkh237/react-native-fetch-blob/wiki/Trouble-Shooting)
29
 * [Development](#user-content-development)
31
 * [Development](#user-content-development)