minigame-std
Version:
Mini Game Standard Development Library.
20 lines (11 loc) • 608 B
Markdown
[**minigame-std**](../../../README.md)
***
[minigame-std](../../../README.md) / [fs](../README.md) / DownloadFileOptions
# Interface: DownloadFileOptions
Options for downloading files.
## Extends
- `Omit`\<`WechatMinigame.DownloadFileOption`, `"url"` \| `"filePath"` \| `"success"` \| `"fail"`\>
## Properties
| Property | Type | Defined in |
| ------ | ------ | ------ |
| `onProgress?` | (`progressResult`: `IOResult`\<`FetchProgress`\>) => `void` | [src/std/fs/fs\_define.ts:35](https://github.com/JiangJie/minigame-std/blob/8633d80114dee6c79033ec094d8233bd8263bedc/src/std/fs/fs_define.ts#L35) |