From fabf802dbf26e8710b6dc26d30fa58ca139eb324 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sun, 26 May 2019 22:02:30 +0300 Subject: [PATCH] Update article.md --- 5-network/02-fetch-progress/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).