Run non-critical work without blocking the UI 💤

`requestIdleCallback()` schedules tasks during browser idle time.
⚠️ Limited Availability

⋅ Runs only when the main thread is free
⋅ Great for analytics, prefetching, and cleanup

Learn more 👇
https://developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback