0.1
Blob is a binary large object.
import Blob from '@smartface/native/blob'; var myBase64Str = "SGVsbG8gV29ybGQ="; var blob = Blob.createFromBase64(myBase64Str);
Readonly
Returns the type of Blob data.
Returns blob size.
Converts to base64 asynchronously
toBase64Async
4.3.0
Optional
toString
Returns a base64 String
toBase64
Generated using TypeDoc
Since
0.1
Blob is a binary large object.
Example