Skip to content

Commit e73598d

Browse files
committed
chore(ci): blog sync
1 parent 36a5b42 commit e73598d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/blog/2023-10/JSerjinzhishujudichuli:qianxiBlob、ArrayBuffer、File、Buffer.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const blob = new Blob([array],"text/html")
5353
这就是基本的使用,我们可以设置8-bit、16-bit、32-bit、64-bit的写入和读取,设置写入的偏移量,需要注意的是64-bit数据的类型得是大数(bigint)。
5454

5555
#### 使用TypedArray操作
56+
它会有数个类提供给我们操作数据:
5657
```
5758
const buffer = new ArrayBuffer(16)
5859

0 commit comments

Comments
 (0)