ProgressFunction Type Alias
ProgressFunction = (loaded: number, total: number) => ProgressStatus
Called to show progress during a download. If this function returns non-zero, the download is aborted.
Defined in
Last Updated: 29 April, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.