Variable DOWNLOAD_FILE_TOKENConst

DOWNLOAD_FILE_TOKEN: HttpContextToken<{
    filePath?: string;
    timeout?: number;
}> = ...

Use this token to pass additional wx.downloadFile() parameter

Type declaration

  • Optional filePath?: string
  • Optional timeout?: number

Generated using TypeDoc