multipart-download icon indicating copy to clipboard operation
multipart-download copied to clipboard

Speed up download of a single file with multiple HTTP GET connections running in parallel

Results 6 multipart-download issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

It makes sense that if the user begins downloading a large file, he'll be able to cancel the download at any time.

nice work but missing support for reporting progress, please add it

It would be really great if you add a way to get total amount of data in order to calculate percent downloaded or download speed. Thanks.

fix: exclude dist directory in tsconfig.json feat: watch script for building since `rm -rf` is not available on all OSes, and since it is also not needed if you exclude...

It would be nice if it can resume from file 🙂