itinance / itinance/react-native-fs
downloadFile: Promise never resolves if the url contains spaces
Open
- Dominant language
- C++
- Stars
- 5k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
If I try to download a file that contains spaces, like: `http://google.com/not found.jpg` the promise will *hang* and never resolve or fail.
I know one should encode the URL before sending it, but this is an annoying error because you end up with no clue about what went wrong.
I tested this only on IOS.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.