Skip to content

Commit 71b806f

Browse files
authored
Fix dash sign
1 parent d26881a commit 71b806f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

5-network/02-fetch-progress/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ while(true) {
3030
所以,当 `await reader.read()` 返回 response 块时,我们始终循环它。
3131

3232
块(chunk)有两个属性:
33-
- **`done`** -- 当块全部下载完毕时,其值为 true。
34-
- **`value`** -- 一个类型化的字节数组:`Uint8Array`
33+
- **`done`** —— 当块全部下载完毕时,其值为 true。
34+
- **`value`** —— 一个类型化的字节数组:`Uint8Array`
3535

3636
我们只需要统计块的数量来记录它的进度。
3737

0 commit comments

Comments
 (0)