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: HttpEventType.DownloadProgress partialText?: string }
Description
A download progress event.
Members
type: HttpEventType.DownloadProgress
partialText?: string
The partial response body as downloaded so far.
Only present if the responseType was text
.
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/common/http/HttpDownloadProgressEvent