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.
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ RNFetchBlob
242
242
243
243
**Use Specific File Path**
244
244
245
-
If you prefer a particular file path rather than randomly generated one, you can use `path` option. We've added [several constants](#user-content-dirs) in v0.5.0 which represents commonly used directories.
245
+
If you prefer a particular file path rather than randomly generated one, you can use `path` option. We've added [several constants](https://github.com/wkh237/react-native-fetch-blob/wiki/File-System-Access-API#dirs) in v0.5.0 which represents commonly used directories.
246
246
247
247
```js
248
248
let dirs =RNFetchBlob.fs.dirs
@@ -771,7 +771,7 @@ If you're going to concatenate files, you don't have to read the data to JS cont
771
771
## Caveats
772
772
773
773
* This library does not urlencode unicode characters in URL automatically, see [#146](https://github.com/wkh237/react-native-fetch-blob/issues/146).
774
-
* When a `Blob` , from existing file, the file **WILL BE REMOVE** if you `close` the blob.
774
+
* When you create a `Blob` , from an existing file, the file **WILL BE REMOVED** if you `close` the blob.
775
775
* If you replaced `window.XMLHttpRequest` for some reason (e.g. make Firebase SDK work), it will also affect how official `fetch` works (basically it should work just fine).
776
776
* When file stream and upload/download progress event slow down your app, consider an upgrade to `0.9.6+`, use [additional arguments](https://github.com/wkh237/react-native-fetch-blob/wiki/Fetch-API#fetchprogressconfig-eventlistenerpromisernfetchblobresponse) to limit its frequency.
777
777
* When passing a file path to the library, remove `file://` prefix.
0 commit comments