This topic has not yet been rated - Rate this topic

size property

The size of the Blob object in bytes.

Internet Explorer 10

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

 

 

Send comments about this topic to Microsoft

Build date: 11/20/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.