Webigail
    Preparing search index...

    Interface IZDataUrlInfo

    Represents information about a data url.

    interface IZDataUrlInfo {
        buffer: Uint8Array;
        encoding: "base64" | "utf8";
        mimeType: string;
    }
    Index

    Properties

    buffer: Uint8Array

    The raw data buffer.

    encoding: "base64" | "utf8"

    The output encoding.

    mimeType: string

    The content information mime type.