itinance / itinance/react-native-fs
Download files in batches
- 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"
}
]
```


Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.