5.0.1 • Published 2 years ago
capacitor-plugin-document-handler v5.0.1
capacitor-plugin-document-handler
Capacitor plugin to handle document downloading and opening
Install
npm install capacitor-plugin-document-handler
npx cap syncAPI
downloadAndOpen(...)
downloadAndOpen(options: { url: string; filename: string; }) => Promise<any>| Param | Type |
|---|---|
options | { url: string; filename: string; } |
Returns: Promise<any>