Wearable Only
Returns 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.
Returns 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
.Example