ProgressFunction Type
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: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.