You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue needs more information before it can be addressed.
In particular, the reporter needs to provide a minimal sample app that demonstrates the issue.
If no sample app is provided within 15 days, the issue will be closed.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of the plugin, please create a new issue and ensure the template is fully filled out.
Bug Report
Plugin(s)
@capacitor/filesystem: 5.1.4
Capacitor Version
Platform(s)
Current Behavior
Typing errors are thrown when trying to specify the download URL with the
downloadFile
function.Expected Behavior
The options allow for a url property to be passed with the
downloadFile
options.Code Reproduction
Other Technical Details
https://github.com/ionic-team/capacitor-plugins/blob/main/filesystem/android/src/main/java/com/capacitorjs/plugins/filesystem/Filesystem.java#L308 does show a url property is accessed but https://github.com/ionic-team/capacitor-plugins/blob/main/filesystem/src/definitions.ts#L485-L515 doesn't include it in the definition typings.
https://capacitorjs.com/docs/apis/filesystem#downloadfileoptions
The text was updated successfully, but these errors were encountered: