Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
veke authored Nov 7, 2024
1 parent d42ac2b commit d4558c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1>Request test</h1>
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');
Expand Down Expand Up @@ -150,4 +150,4 @@ <h1>Request test</h1>
});
</script>
</body>
</html>
</html>

0 comments on commit d4558c5

Please sign in to comment.