Variable fromUint8ArrayConst
Type Declaration
-
- (u8a: Uint8Array, urlsafe?: boolean): string
-
Parameters
- u8a: Uint8Array
Optionalurlsafe: booleanURL-and-filename-safe a la RFC4648 ยง5
Returns string
Base64 string
ConstOptionalurlsafe: boolean
URL-and-filename-safe a la RFC4648 ยง5
Base64 string
converts a Uint8Array to a Base64 string.