Protected Optional_Protected Optional_ReadonlyblobThe Blob instance.
ReadonlyidThe unique identifier of the instance.
Returns the data contained in the Blob as an ArrayBuffer. You need to call the "resolveArrayBuffer" method before accessing this property.
Returns the data contained in the Blob as a string. You need to call the "resolveText" method before accessing this property.
Returns the data contained in the Blob as a Uint8Array. You need to call the "resolveArrayBuffer" or "resolveText" method before accessing this property.
StaticEMPTYReturns an empty AracnaBlob instance.
Resolves the data contained in the Blob as an ArrayBuffer.
Resolves the data contained in the Blob as a string.
Optionalstart: numberOptionalend: numberOptionalcontentType: stringSerializes the instance into a JSON object.
The AracnaBlob class is built on top of the Blob class.
Aracna Reference