linkHttpDownloadProgressEvent
npm Package | @angular/common |
---|---|
Module | import { HttpDownloadProgressEvent } from '@angular/common/http'; |
Source | common/http/src/response.ts |
linkInterface Overview
interface HttpDownloadProgressEvent extends HttpProgressEvent {
type: HttpEventType.DownloadProgress
partialText?: string
}
linkDescription
A download progress event.