ProgressEvent - Web documentation
interface ProgressEvent
extends Event

Events measuring progress of an underlying process, like an HTTP request (for an XMLHttpRequest, or the loading of the underlying resource of an , ,

Type Parameters

Properties

readonly
lengthComputable: boolean
readonly
loaded: number
readonly
target: T | null
readonly
total: number
variable ProgressEvent

Events measuring progress of an underlying process, like an HTTP request (for an XMLHttpRequest, or the loading of the underlying resource of an , ,

Properties