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.
Syntax
flag = ProgressEvent.lengthComputable
Specifications
Specification | Status | Comment |
---|---|---|
XMLHttpRequest The definition of 'ProgressEvent.lengthComputable' in that specification. |
Living Standard |
Browser compatibility
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | No support | (Yes) | 3.5 (1.9.1) | No support | No support | No support |
See also
- The
ProgressEvent
interface it belongs to.