From 76e1a522f7088c9ad69a9301babb02632112c07b Mon Sep 17 00:00:00 2001 From: kjo-sdds <105918866+kjo-sdds@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:53:12 +0200 Subject: [PATCH] Update index.html Fixes #84 --- demo/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/index.html b/demo/index.html index e1c9ca5..7886ea4 100644 --- a/demo/index.html +++ b/demo/index.html @@ -21,7 +21,7 @@ // an ArrayBuffer const hi = new TextEncoder().encode("hello world!") // an HTTP Response - const code = fetch("https://raw.githubusercontent.com/Touffy/client-zip/master/src/index.ts") + const code = await fetch("https://raw.githubusercontent.com/Touffy/client-zip/master/src/index.ts") // just a string const bye = "goodbye." @@ -41,4 +41,4 @@ - \ No newline at end of file +