Skip to content

Instantly share code, notes, and snippets.

@shqld
Created April 1, 2020 00:55
Show Gist options
  • Save shqld/0f1441bfa2343b77684e23efd8345d02 to your computer and use it in GitHub Desktop.
Save shqld/0f1441bfa2343b77684e23efd8345d02 to your computer and use it in GitHub Desktop.
A bit friendly infinite loop
const run = () => console.log("loop") || requestIdleCallback(run)
run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment