The Wayback Machine - https://web.archive.org/web/20250328100213/https://angular.dev/api/common/http/HttpDownloadProgressEvent
    • Overview
@angular/common/http

HttpDownloadProgressEvent

interface

A download progress event.

API

  
    interface HttpDownloadProgressEvent extends HttpProgressEvent {}
  
  

partialText

string | undefined

The partial response body as downloaded so far.

Only present if the responseType was text.

loaded

number

Number of bytes uploaded or downloaded.

total

number | undefined

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.

Jump to details
HTTPS · web.archive.org
← Home