Skip to content

Commit aee5cd1

Browse files
committed
2020.01.21
1 parent 7ca62bb commit aee5cd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cute-JavaScript/Cute-Tips/3.【前端知乎】ArrayBuffer对象与Blob对象.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function fileinfo(files) {
185185

186186
#### 5.2 下载文件
187187

188-
在 AJAX 请求中,指定 `responseType` 属性为 `blob`皆可以下下载一个 Blob 对象。
188+
在 AJAX 请求中,指定 `responseType` 属性为 `blob`就可以下载一个 Blob 对象。
189189

190190
```js
191191
function getBlob(url, callback) {

0 commit comments

Comments
 (0)