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 2e53c5a commit e00c8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = 4000;
const INTERVAL_MS = 3000;
const xhrResponsesElem = document.querySelector('#xhr-responses');
const fetcResponsesElem = document.querySelector('#fetch-responses');
const xhrPolling = document.querySelector('#xhr-polling');
Expand Down

0 comments on commit e00c8fa

Please sign in to comment.