{ "id": "api/common/http/HttpDownloadProgressEvent", "title": "HttpDownloadProgressEvent", "contents": "\n\n
\n
\n
\n \n API > @angular/common > @angular/common/http\n
\n \n
\n \n
\n

HttpDownloadProgressEventlink

\n \n \n \n \n \n
\n \n \n\n
\n \n
\n

A download progress event.

\n\n \n
\n \n \n
\n\ninterface HttpDownloadProgressEvent extends HttpProgressEvent {\n type: HttpEventType.DownloadProgress\n partialText?: string\n\n // inherited from common/http/HttpProgressEvent\n type: HttpEventType.DownloadProgress | HttpEventType.UploadProgress\n loaded: number\n total?: number\n}\n\n\n \n \n\n\n \n \n\n
\n\n \n\n \n \n \n
\n

Propertieslink

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PropertyDescription
\n \n type: HttpEventType.DownloadProgress\n \n \n \n \n
\n \n partialText?: string\n \n \n

The partial response body as downloaded so far.

\n\n

Only present if the responseType was text.

\n\n
\n
\n \n\n\n \n\n\n
\n
\n\n\n" }