From d4558c5e2c8b79aa5bbb7f4de20d8645c7f2ba53 Mon Sep 17 00:00:00 2001 From: Veke Date: Thu, 7 Nov 2024 13:04:53 +0200 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1c768ce..3cd586d 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@

Request test

let abortController; const ENDPOINT = 'https://httpbin.org/get' - const INTERVAL_MS = 3000; + const INTERVAL_MS = 5000; const xhrResponsesElem = document.querySelector('#xhr-responses'); const fetcResponsesElem = document.querySelector('#fetch-responses'); const xhrPolling = document.querySelector('#xhr-polling'); @@ -150,4 +150,4 @@

Request test

}); - \ No newline at end of file +