Skip to main content
interface ProgressEvent
implements 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 ).

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 , , , or ).

type

{ readonly prototype: ProgressEvent; new (type: string, eventInitDict?: ProgressEventInit): ProgressEvent; }