request-idle-polyfill
polyfill for requestIdleCallback
Found 45 results for requestIdleCallback
polyfill for requestIdleCallback
The idle-tasks module is for optimization tasks which it can be running lazy. It may be useful for boost your page loading time.
Wait to render until the browser has less load
Helper functions for implementing the idle-until-urgent pattern
This requestIdleCallback polyfill doesn't use the window object to detect if the feature is supported in the browser and falls back to a simple timeout if the feature isn't supported.
A polyfill for `window.requestIdleCallback`, support NodeJs. It can be used for time slicing
Renders React nodes asynchronously.
Schedule on Browser through single rAF and rIC mechanism
A task manager that utilizes requestIdleCallback api to run tasks safely on the browser
batches requestIdleCallback calls, honors the deadline
React.useMemo but with requestIdleCallback inside
Idle your redux app
A composable way to perform non-bloking computations in JavaScript
Async timing utilities for JavaScript
Like requestIdleCallback, but for everywhere
window.requestIdleCallback 兼容整合
A key-value storage that enables a performant usage of localStorage with the Background Tasks API
Measuring the performance of user interactions with requestIdleCallback and requestAnimationFrame
yann-idle
Yet Another Lazy Loader
Lightweight resource preloading SDK that intelligently utilizes browser idle time for optimal performance. Features smart concurrency control, dynamic time slicing, and user experience first design.
setInterval + requestIdleCallback function
Background tasks API abstraction. Do background work during browser idle time.
requestIdleCallback pull through
Minimal task queue executed when CPU is idle