IBM Aspera JavaScript Library
    Preparing search index...

    Interface ReadAsArrayBufferResponse

    Response containing file data as a base64-encoded string

    interface ReadAsArrayBufferResponse {
        data: string;
        type: string;
    }
    Index

    Properties

    Properties

    data: string

    File bytes as base64-encoded string

    type: string

    Mime type of the file