Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpDownloadProgressEvent

A download progress event.

Hierarchy

Index

Properties

loaded

loaded: number

Number of bytes uploaded or downloaded.

Optional partialText

partialText: string

The partial response body as downloaded so far.

Only present if the responseType was text.

Optional total

total: number

Total number of bytes to upload or download. Depending on the request or response, this may not be computable and thus may not be present.

type

Generated using TypeDoc