encodeBase64NoPadding()
Encodes a byte array into canonical base64 based on RFC 4648 ยง6 with the padding omitted.
Definition
function encodeBase64NoPadding(bytes: Uint8Array): string;
Parameters
bytes
Encodes a byte array into canonical base64 based on RFC 4648 ยง6 with the padding omitted.
function encodeBase64NoPadding(bytes: Uint8Array): string;
bytes