Advertisement
Guest User

Untitled

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