Type alias DownloadProgress

DownloadProgress: {
    percent: number;
    totalBytes: number;
    transferredBytes: number;
}

Type declaration

  • percent: number
  • totalBytes: number

    Note: If it's not possible to retrieve the body size, it will be 0.

  • transferredBytes: number

Generated using TypeDoc