Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function start(){
- let id = 0;
- id = setInterval(() => {fetch('/polls/', {bxajaxid: 'c8368ee056b15c6393ff6a12f5f8febe',
- AJAX_CALL: 'Y',
- vote: 'Y',
- PUBLIC_VOTE_ID: 55,
- VOTE_ID: 55,
- sessid: '42b4f34696b31fe77b8d66a8dc28c9af',
- vote_radio_55: 483}).then(response => {console.log(response); if((response.status + '') !== '200') { throw new Error(); }}).catch(() => {clearInterval(id); console.log('stopped')})}, 2000);
- }; start();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement