DownloadTask
Nadle / DownloadTask
Variable: DownloadTask
constDownloadTask:Task<DownloadTaskOptions>
Defined in: packages/nadle/src/builtin-tasks/download-task.ts:30
Task for downloading a file over HTTP(S).
When sha256 is given and the destination file already exists with a matching
digest, the download is skipped. A digest mismatch after download fails the task
and removes the file.