bigHua

Results 1 issues of bigHua

// 构建Socket.IO Blob数据并请求,最后请求合并分片 async buildBlobData(chunkCount, file, hash, res) { const that = this; const blobData = []; for (let i = 0; i < chunkCount; i++) { if ( res.type...