ionic-team / ionic-team/capacitor-file-transfer
Support aborting
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 11
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
## Feature Request
### Plugin
File-transfer-plugin
### Description
When downloading large files it would be great to be able to about the download when the user requests (API call) much like the ability to do so in Cordova file transfer plugin
### Platform(s)
iOS, Android
### Preferred Solution
Either with AbortConrtoller JavaScript object or a method on the result object
### Alternatives
Continue using cordova's plugin 😥
### Additional Context
As far as I know this is the only way to download large files, so for large files abort is meaningful.
If this is already possible I couldn't find it in the docs...
Contributor guide
Assessment
This issue has not been assessed yet.