interface DownloadFileOptions
implements SaveFileOptions
Re-export
import { type DownloadFileOptions } from "https://deno.land/x/ayonli_jsext@v0.9.72/dialog.ts";
Options for the downloadFile function.
Properties
optional
onProgress: (event: ProgressEvent) => voidA callback function that will be called when the download progress changes.