happy-opfs
    Preparing search index...

    Interface DownloadFileTempResponse

    Result of downloadFile when the file is saved to a temporary path.

    interface DownloadFileTempResponse {
        rawResponse: Response;
        tempFilePath: string;
    }
    Index

    Properties

    rawResponse: Response

    The raw response.

    tempFilePath: string

    The temporary path of the downloaded file to be saved.