@bricks-soft/cap-downloader
v6.0.0
Published
Download files using Android Download Manager
Downloads
15
Readme
cap-downloader
Download files using Android Download Manager
Install
npm install @bricks-soft/cap-downloader
npx cap sync
API
download(...)
download(options: Options) => Promise<{ id?: number; }>
| Param | Type |
| ------------- | ------------------------------------------- |
| options
| Options |
Returns: Promise<{ id?: number; }>
Interfaces
Options
| Prop | Type |
| -------------- | ------------------- |
| title
| string |
| url
| string |
| filename
| string |
| mimetype
| string |