The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
size property
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
Show:
