download icon indicating copy to clipboard operation
download copied to clipboard

Support multi-threaded downloads

Open Richienb opened this issue 3 years ago • 1 comments

This would be useful when downloading large files and is already a strategy used by Chrome in which it creates .crdownload files.

Prior art: https://github.com/FaisalUmair/mt-files-downloader

// @sindresorhus

Richienb avatar Aug 17 '20 00:08 Richienb

I made an implementation of multipart downloading that we can base changes off: https://github.com/Richienb/multipart-get

Richienb avatar Oct 07 '20 16:10 Richienb