Merge pull request #2327 from joaquinelio/patch-4

Update article.md
This commit is contained in:
Ilya Kantor 2020-11-29 11:25:39 +03:00 committed by GitHub
commit e1a3f634a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,4 +111,4 @@ At the end we have the result (as a string or a blob, whatever is convenient), a
Once again, please note, that's not for *upload* progress (no way now with `fetch`), only for *download* progress.
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.
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.