There's no way to stop a download started by Capacitor Filesystem downloadFile?

Hi people! Simple question: In my app it’s possible to download some files. Some of them are big (>1GB), and it’s possible that while it’s downloading, the user wants to cancel the download.

I already managed the download part with Filesystem.downloadFile (@capacitor/filesystem), but there’s a way to cancel an ongoing download?

Thanks!

2 Likes