UNPKG

async-downloader

Version:

A lightweight, threaded resource download helper leveraging web workers

4 lines (3 loc) 187 B
import { DownloadProgressCallback } from './types'; declare const download: (resourceUri: string, onDownloadProgress: DownloadProgressCallback) => Promise<Blob>; export default download;