From d44bafb8cfb4fee890b9b68b7e5f03ff82414b6b Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Sat, 30 Jan 2021 20:01:59 -0800 Subject: web-install: Show download progress Getting progress with the fetch() API is complicated and requires us to stream the data and create the blob ourselves, so use XMLHttpRequest instead to get live progress updates. --- static/install/web.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'static/install/web.html') diff --git a/static/install/web.html b/static/install/web.html index 21c6f2b1..14ff279d 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -163,7 +163,11 @@ -

+
-- cgit v1.3.1