diff --git a/5-network/02-fetch-progress/article.md b/5-network/02-fetch-progress/article.md index b1e4a591..5c022eb3 100644 --- a/5-network/02-fetch-progress/article.md +++ b/5-network/02-fetch-progress/article.md @@ -1,7 +1,7 @@ # Fetch: Download progress -`Fetch` allows to track download progress, but not upload progress. +The `fetch` method allows to track download progress. Please note: there's currently no way for fetch to track upload progress. For that purpose, please use [XMLHttpRequest](info:xmlhttprequest).