Browse Source

Update README.md

wkh237 8 years ago
parent
commit
81732dc557
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

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 API, reduce JS bridging performance loss
8
 - Native-to-native file manipulation API, reduce JS bridging performance loss
9
+- File stream support for dealing with large file
9
 - Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN
10
 - Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN
10
 
11
 
11
 ## TOC
12
 ## TOC