Skip to content

Commit

Permalink
Add delay 1s
Browse files Browse the repository at this point in the history
  • Loading branch information
veke authored Nov 7, 2024
1 parent 66e23a8 commit d36a1cf
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 @@ -58,7 +58,7 @@ <h1>Request test</h1>
let fetchResponseCounter = 1;
let abortController;

const ENDPOINT = 'https://httpbin.org/delay/2'
const ENDPOINT = 'https://httpbin.org/delay/1'
const INTERVAL_MS = 3000;
const xhrResponsesElem = document.querySelector('#xhr-responses');
const fetcResponsesElem = document.querySelector('#fetch-responses');
Expand Down

0 comments on commit d36a1cf

Please sign in to comment.