THEOplayer Web SDK
    Preparing search index...

    Interface Base64Util

    Util for encoding binary data as base64 string and vice versa.

    interface Base64Util {
        decode(value: string): Uint8Array;
        encode(value: Uint8Array): string;
    }
    Index

    Methods

    Methods