ProgressEvent.loaded

The ProgressEvent.loaded read-only property is an unsigned long long representing the amount of work already performed by the underlying process. The ratio of work done can be calculated with the property and ProgressEvent.total. When downloading a resource using HTTP, this only represent the part of the content itself, not headers and other overhead.

Syntax

value = ProgressEvent.loaded

Specifications

Specification Status Comment
Progress Events
The definition of 'ProgressEvent.loaded' in that specification.
Candidate Recommendation Initial definition.

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support Not supported 3.5 (1.9.1) Not supported Not supported Not supported
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support Not supported 1.0 (1.9.1) Not supported Not supported Not supported

See also

Document Tags and Contributors

 Contributors to this page: fscholz, Reachmeatshivam, teoli
 Last updated by: fscholz,