ProgressEvent: lengthComputable property
Note: This feature is available in Web Workers.
The
ProgressEvent.lengthComputable
read-only property is a
boolean flag indicating if the resource concerned by the
ProgressEvent
has a length that can be calculated. If not, the
ProgressEvent.total
property has no significant value.
Value
A boolean.
Specifications
Browser compatibility
See also
- The
ProgressEvent
interface it belongs to.