HttpUploadProgressEvent
上传进度事件。
An upload progress event.
interface HttpUploadProgressEvent extends HttpProgressEvent {
type: HttpEventType.UploadProgress
// 继承自 common/http/HttpProgressEvent
type: HttpEventType.DownloadProgress | HttpEventType.UploadProgress
loaded: number
total?: number
}
属性
属性 | 说明 |
---|---|
type: HttpEventType.UploadProgress |