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 | Description |
|---|---|
|
Specifies whether the total size of the operation is known. | |
|
Specifies the number of bytes downloaded since the beginning of the operation. | |
|
Specifies the total number of bytes to be transferred during the operation, if known. |
Send comments about this topic to Microsoft
Build date: 1/23/2013
