HTML DOM ProgressEvent

❮ DOM Events ❮ Event Objects


The ProgressEvent Object

The ProgressEvent Object handles events that occur when loading external resources.

Progress Events

Event Occurs When
onerror An error occurs while loading an external file
onloadstart The browser starts looking for the specified file

ProgressEvent Properties

Property Returns
lengthComputable If the length of the progress can be computable or not
loaded How much work has been loaded
total The total amount that will be loaded

Inherited Properties and Methods

The ProgressEvent inherits all the properties and methods from:

The Event Object


❮ DOM Events ❮ Event Objects

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.