Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpProgressEvent

Base interface for progress events.

Hierarchy

Index

Properties

Properties

loaded

loaded: number

Number of bytes uploaded or downloaded.

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

Progress event type is either upload or download.

Generated using TypeDoc