We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506da8b commit 1c4b28fCopy full SHA for 1c4b28f
src/upload.js
@@ -234,7 +234,7 @@ export class UploadManager {
234
onCreate
235
}).then(response => {
236
if (this.isAndroidBrowser) {
237
- console.log("android..."); // 对于低版本安卓浏览器,因为无法触发 xhr 的 progress 事件,这里 fake 下
+ // 对于低版本安卓浏览器,因为无法触发 xhr 的 progress 事件,这里 fake 下
238
onProgress({ loaded: chunk.size });
239
}
240
this.ctxList[index] = {
0 commit comments