UploadTask.offProgressUpdate
需引入
BaseKit
,且在>=2.0.1
版本才可使用
使用
Ray 中使用
import { uploadFile } from '@ray-js/ray'
const manager = uploadFile({ ... })
manager.offProgressUpdate({ ... })
原生小程序中使用
const manager = ty.uploadFile({ ... })
manager.offProgressUpdate({ ... })
功能描述
取消监听上传进度变化事件
创建多个实例时,off 事件调用时仅关闭当前示例的对应的事件监听。
参数
function listener
onProgressUpdate 传入的监听函数。不传此参数则移除所有监听函数。
此页内容是否对您有帮助?
是
意见反馈