Skip to content

Commit 1a78ad7

Browse files
fix: blob spell (#1145)
1 parent e2dc344 commit 1a78ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4-binary/03-blob/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ let blob = await new Promise(resolve => canvasElem.toBlob(resolve, 'image/png'))
214214
但是,如果我们需要执行低级别的处理时,我们可以从 `blob.arrayBuffer()` 中获取最低级别的 `ArrayBuffer`
215215

216216
```js
217-
//bolb 获取 arrayBuffer
217+
//blob 获取 arrayBuffer
218218
const bufferPromise = await blob.arrayBuffer();
219219

220220
//

0 commit comments

Comments
 (0)