Skip to content

Commit

Permalink
Update 大文件分片上传实践.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LZS911 authored Aug 30, 2024
1 parent b557fb4 commit a86f578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/大文件分片上传实践.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export async function getArrayBufFromBlobs(chunks: Blob[]): Promise<ArrayBuffer[
```
>遗留:是否需要将分片过程放到 WebWorker 中, 以避免阻塞主线程
>
>Tips: [前端的二进制家族:Blob 与 ArrayBuffer](https://www.cnblogs.com/penghuwan/p/12053775.html)
>Tips: [ArrayBuffer相关介绍](https://zh.javascript.info/arraybuffer-binary-arrays)
### 2. 计算分片 Hash

Expand Down

0 comments on commit a86f578

Please sign in to comment.