gameforge - v0.1.12
    Preparing search index...

    Interface DecomposedDataUri

    interface DecomposedDataUri {
        charset?: string;
        data?: string;
        encoding?: string;
        mediaType?: string;
        subType?: string;
    }
    Index

    Properties

    charset?: string
    data?: string
    encoding?: string
    mediaType?: string
    subType?: string