Home > @firebase/firestore > / > Bytes > toUint8Array
Bytes.toUint8Array() method
Returns the underlying bytes in a new Uint8Array
.
Signature:
toUint8Array(): Uint8Array;
Returns:
Uint8Array
The Uint8Array created from the Bytes
object.
Home > @firebase/firestore > / > Bytes > toUint8Array
Returns the underlying bytes in a new Uint8Array
.
Signature:
toUint8Array(): Uint8Array;
Returns:
Uint8Array
The Uint8Array created from the Bytes
object.