Grave accent
This commit is contained in:
parent
6a1cccfa04
commit
a361825446
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
`Fetch` allows to track download progress, but not upload progress.
|
||||
|
||||
Please note: there's currently no way for fetch to track upload progress. For that purpose, please use [XMLHttpRequest](info:xmlhttprequest).
|
||||
Please note: there's currently no way for `fetch` to track upload progress. For that purpose, please use [XMLHttpRequest](info:xmlhttprequest).
|
||||
|
||||
To track download progress, we can use `response.body` property. It's a "readable stream" -- a special object that provides body chunk-by-chunk, as it comes, so we can see how much is available at the moment.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue