Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shabaz-ejaz/98c50942c1b0821ad97677358356151c to your computer and use it in GitHub Desktop.
Save shabaz-ejaz/98c50942c1b0821ad97677358356151c to your computer and use it in GitHub Desktop.
Reload page if loader shown for more than 6 seconds
setTimeout(() => ( function(){ if(this.isFetching) window.location.reload(true); console.log("page reloaded due to loading timeout") }), 6000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment