阅读(1713) (0)

微信小游戏开发文档-小游戏网络API DownloadTask.onProgressUpdate(function callback)

2018-01-23 20:24:58 更新

DownloadTask.onProgressUpdate(function callback)

基础库 1.4.0 开始支持,低版本需做兼容处理

监听下载进度变化事件

参数

function callback

监听事件的回调函数

callback 回调函数

参数
Object res
属性 类型 说明 支持版本
progress number 下载进度百分比
totalBytesWritten number 已经下载的数据长度,单位 Bytes
totalBytesExpectedToWrite number 预期需要下载的数据总长度,单位 Bytes