lengthComputable property

bool get lengthComputable

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.

Implementation

external bool get lengthComputable;