minigame-std
    Preparing search index...

    Interface DownloadFileOptions

    Options for downloading files.

    interface DownloadFileOptions {
        onProgress?: (progressResult: IOResult<FetchProgress>) => void;
    }

    Hierarchy

    • Omit<WechatMinigame.DownloadFileOption, "url" | "filePath" | "success" | "fail">
      • DownloadFileOptions
    Index

    Properties

    Properties

    onProgress?: (progressResult: IOResult<FetchProgress>) => void