vasani-arpit / cordova-plugin-downloadmanager

A Cordova plugin to download file in system's default download manager
44 stars 38 forks source link

Added an optional argument to enable setDestinationInExternalPublicDir() #14

Closed This420 closed 3 years ago

This420 commented 3 years ago

Added options argument.

If you set setDestinationInExternalPublicDir to true in the options argument, you can use setDestinationInExternalPublicDir () when downloading.

vasani-arpit commented 3 years ago

This is good stuff. Merging.