6.0.2 • Published 1 year ago
capacitor-document-handler v6.0.2
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>