Skip to content

Commit e1a3f63

Browse files
authored
Merge pull request #2327 from joaquinelio/patch-4
Update article.md
2 parents 9065fd3 + b852cfe commit e1a3f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 5-network/03-fetch-progress/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ At the end we have the result (as a string or a blob, whatever is convenient), a
111111

112112
Once again, please note, that's not for *upload* progress (no way now with `fetch`), only for *download* progress.
113113
114-
Also, if we the size is unknown, we should check `receivedLength` in the loop and break it once it reaches a certain limit. So that the `chunks` won't overflow the memory.
114+
Also, if the size is unknown, we should check `receivedLength` in the loop and break it once it reaches a certain limit. So that the `chunks` won't overflow the memory.

0 commit comments

Comments
 (0)