Wearable Only Camera KitWearable Only Camera KitConstruct a new Blob from blob parts and optional options.
OptionalblobParts: string[] | Uint8Array | BlobOptional array of strings, Uint8Arrays, or other Blobs to be combined into the blob
Optionaloptions: anyOptional object containing properties like 'type' for MIME type
Readonly Wearable Only Camera KitsizeThe size of the blob's data in bytes.
Readonly Wearable Only Camera KittypeThe MIME type of the blob.
Wearable Only Camera KitReturns a Promise that resolves with a Uint8Array containing the contents of the blob as an array of bytes.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
Wearable Only Camera KitReturns a Promise that resolves with a string containing the contents of the blob, interpreted as UTF-8.
Represents a blob, which is a file-like object of immutable, raw data. Can be read as text or binary data. Currently the binary data is only supported as
Uint8Array.See
Used By: InternetModule#makeResourceFromBlob
Example