On this page
HttpDownloadProgressEvent
interface
| npm Package | @angular/common | 
|---|---|
| Module | import { HttpDownloadProgressEvent } from '@angular/common/http'; | 
     
| Source | common/http/src/response.ts | 
Interface Overview
interface HttpDownloadProgressEvent extends HttpProgressEvent { 
  type: DownloadProgress
  partialText?: string
}
  Description
A download progress event.
Members
type: DownloadProgress
  partialText?: string
  The partial response body as downloaded so far.
Only present if the responseType was text.
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v4.angular.io/api/common/http/HttpDownloadProgressEvent