You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Make use of requestIdleCallback if available (#6)
requestIdleCallback will start up the observation in the next available idle time of the browser, without getting in the way of anything important within the app.
0 commit comments