https://github.com/richardscarrott/request-idle-callback-demo
https://github.com/richardscarrott/request-idle-callback-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/richardscarrott/request-idle-callback-demo
- Owner: richardscarrott
- License: mit
- Created: 2016-10-20T14:54:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T15:56:26.000Z (over 8 years ago)
- Last Synced: 2025-02-07T12:48:58.918Z (4 months ago)
- Language: JavaScript
- Homepage: https://richardscarrott.github.io/request-idle-callback-demo/
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# request-idle-callback-demo
Quick and dirty example demonstrating how [`window.requestIdleCallback`](https://developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback) can help maintain a consistent frame rate whilst performing expensive work in the browser.
## Live Demo
https://richardscarrott.github.io/request-idle-callback-demo/