itinance / itinance/react-native-fs

Download files in batches

Open
#983 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
5k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

Is there a way to download files in batches, similar to `axios.all`.
For example, I have a set of data returned by a web server, and I request fileUrl files based on the returned data,
Of course, it also needs to delete local files with the same name.

```
[
{
"id": "1",
"fileUrl": "ed2k://1.ts"
},
{
"id": "2",
"fileUrl": "ed2k://2.ts"
}
]
```
![image](https://user-images.githubusercontent.com/16655229/108473865-8d53bb80-72c9-11eb-8212-7642739b15d1.png)
![无标题-2021-02-19-1555 (1)](https://user-images.githubusercontent.com/16655229/108475682-ff2d0480-72cb-11eb-9604-2d110e13c1ac.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.