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.
A boolean.
ProgressEvent interface it belongs to.