Type alias CacheEntryDownloadOptions

CacheEntryDownloadOptions: {
    onProgress?: ((progress: number) => void);
} & DownloadOptions

Generated using TypeDoc