Skip to main content

method Uint8Array.toBase64

#Uint8Array.toBase64(options?: { alphabet?: "base64" | "base64url"; omitPadding?: boolean; }): string

Converts this Uint8Array object to a base64 string.

MDN

Parameters #

#options: { alphabet?: "base64" | "base64url"; omitPadding?: boolean; }
optional

Return Type #

string

你找到了你需要的东西吗?

隐私政策