Interface AxiosProgressEvent
Properties
bytes
bytes: number
Optional download
download?: boolean
Optional estimated
estimated?: number
Optional event
event?: any
loaded
loaded: number
Optional progress
progress?: number
Optional rate
rate?: number
Optional total
total?: number
Optional upload
upload?: boolean