Acrobits IPC SDK
    Preparing search index...

    Type Alias RequestLogsFile

    File contents supplied in response to a Host REQUEST LOGS message.

    type RequestLogsFile = {
        bytes: Uint8Array;
        fileName: string;
        format: "gzip" | "text";
        mimeType: string;
    }
    Index

    Properties

    bytes: Uint8Array
    fileName: string
    format: "gzip" | "text"
    mimeType: string