Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface progressCallback

Hierarchy

  • progressCallback

Callable

  • progressCallback(downloaded: BigInteger, fullSize: BigInteger, ...args: any[]): void
  • progress callback that will be called each time a new chunk is downloaded.

    Parameters

    • downloaded: BigInteger
    • fullSize: BigInteger
    • Rest ...args: any[]

    Returns void

Index

Properties

isCanceled?: boolean

When this value is set to true the download will stop

acceptsBuffer?: boolean

Does nothing for now.

Generated using TypeDoc