Skip to main content
class 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 , , , or ).

Constructors

new
ProgressEvent(type: string, eventInitDict?: ProgressEventInit)

Properties

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