size property

This topic has not yet been rated - Rate this topic

The size of the Blob object in bytes.

Syntax

JavaScript
size = object.size

Property values

Type: Integer

The size of the Blob, in bytes.

Remarks

The size property returns the total number of bytes of the Blob object or 0 if the Blob has no bytes to read.

Data accessed through the size property is returned synchronously.

See also

Blob

 

 

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.