@bricks-soft/cap-downloader
v7.0.2
Published
Download files using Android Download Manager
Readme
cap-downloader
Download files using Android Download Manager
Install
npm install @bricks-soft/cap-downloader
npx cap syncAPI
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 |
