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.
flag = ProgressEvent.lengthComputable
Specification | Status | Comment |
---|---|---|
Progress Events The definition of 'ProgressEvent.lengthComputable' in that specification. | Recommendation | Initial definition. |
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 |
Feature | Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | No support | (Yes) | 1.0 (1.9.1) | No support | No support | No support |
ProgressEvent
interface it belongs to.
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/ProgressEvent/lengthComputable