ProgressEvent object
Provides event properties for displaying the progress of operations.
![]() |
Syntax
DOM Information
Inheritance Hierarchy
Event
ProgressEvent
Members
The ProgressEvent object has these types of members:
Methods
The ProgressEvent object has these methods.
| Method | Description |
|---|---|
| initProgressEvent |
Initializes the value of a ProgressEvent object. |
Properties
The ProgressEvent object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Specifies whether the total size of the operation is known. | |
|
Read-only |
Specifies the number of bytes downloaded since the beginning of the operation. | |
|
Read-only |
Specifies the total number of bytes to be transferred during the operation, if known. |
See also
Show:
