This topic has not yet been rated - Rate this topic

lengthComputable property

Specifies whether the total size of the operation is known.

This property is read-only.

Internet Explorer 10

Syntax

JavaScript
ptr = object.lengthComputable

Property values

Type: boolean

Indicates whether the size of the operation is known.

ValueCondition
true

The size of the operation is known.

false

The size of the operation is not known.

 

See also

ProgressEvent

 

 

Send comments about this topic to Microsoft

Build date: 1/23/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.