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
{{ message }}
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
return a promise that resolves a `readStream` object when possible.
833
906
#### session(name:string):RNFetchBlobSession
834
907
when the response data is cached in a file, this method adds the file into the session. The following usages are equivalent.
835
908
```js
@@ -875,6 +948,7 @@ A `session` is an object that helps you manage files. It simply maintains a list
875
948
876
949
| Version ||
877
950
|---|---|
951
+
| 0.6.0 | Add readFile and writeFile API for easier file access, also added Android download manager support. |
878
952
| 0.5.8 | Fix #33 PUT request will always be sent as POST on Android |
879
953
| 0.5.7 | Fix #31#30 Xcode pre 7.3 build error |
880
954
| 0.5.6 | Add support for IOS network status indicator. Fix file stream ASCII reader bug. |
@@ -888,12 +962,6 @@ A `session` is an object that helps you manage files. It simply maintains a list
888
962
| 0.4.0 | Add base-64 encode/decode library and API |
889
963
|~0.3.0 | Upload/Download octet-stream and form-data |
890
964
891
-
### In Progress (v0.6.0)
892
-
893
-
* Add `readFile` and `WriteFile` API to `fs`
894
-
* Add file access API for direct access RNFetchBlobResponse when the response is a file path
895
-
* Android Download Manager file download API
896
-
897
965
### Development
898
966
899
967
If you're interested in hacking this module, check our [development guide](https://github.com/wkh237/react-native-fetch-blob/wiki/Home), there might be some helpful information.
0 commit comments