ProgressCallback
ProgressCallback: ((total: bigInt.BigInteger, downloaded: bigInt.BigInteger) => void)
Type declaration
- (total: bigInt.BigInteger, downloaded: bigInt.BigInteger): void
Parameters
total: bigInt.BigInteger
downloaded: bigInt.BigInteger
Returns void