capacitor-document-handler
v6.0.2
Published
Capacitor plugin to handle document downloading and opening
Downloads
124
Readme
capacitor-plugin-document-handler
Capacitor plugin to handle document downloading and opening
Install
npm install capacitor-document-handler
npx cap sync
API
downloadAndOpen(...)
downloadAndOpen(options: { url: string; filename: string; }) => Promise<any>
| Param | Type |
| ------------- | ----------------------------------------------- |
| options
| { url: string; filename: string; } |
Returns: Promise<any>