size
Property of dom/Elementdom/Element
Syntax
var result = element.size;
element.size = value;
Notes
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.
Syntax
See also
Related pages
- BlobBlob
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]