Interface progressCallback
Callable
- progressCallback(downloaded: BigInteger, fullSize: BigInteger, ...args: any[]): void
Parameters
downloaded: BigInteger
fullSize: BigInteger
Rest ...args: any[]
Returns void
Properties
Optional isCanceled
isCanceled?: boolean
Optional acceptsBuffer
acceptsBuffer?: boolean
progress callback that will be called each time a new chunk is downloaded.