提交 35cc131e 编写于 作者: Q qiang

fix: H5 UploadTask 支持 offProgressUpdate

上级 e30ff98f
......@@ -20,6 +20,12 @@ class UploadTask {
}
this._callbacks.push(callback)
}
offProgressUpdate (callback) {
const index = this._callbacks.indexOf(callback)
if (index >= 0) {
this._callbacks.splice(index, 1)
}
}
/**
* 中断上传任务
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册