Skip to content

Commit b30a35c

Browse files
authored
Add information for wkh237#329
1 parent 3987067 commit b30a35c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,12 @@ When downloading large files on Android it is recommended to use `Download Manag
490490

491491
<img src="img/download-manager.png" width="256">
492492

493-
When using DownloadManager, `fileCache` and `path` properties in `config` will not take effect, because Android DownloadManager can only store files to external storage. When download complete, DownloadManager will generate a file path so that you can deal with it.
493+
When using DownloadManager, `fileCache` and `path` properties in `config` will not take effect, because Android DownloadManager can only store files to external storage, also notice that Download Manager can only support `GET` method, which means the request body will be ignored.
494+
495+
When download complete, DownloadManager will generate a file path so that you can deal with it.
496+
497+
498+
494499

495500
```js
496501
RNFetchBlob

0 commit comments

Comments
 (0)