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: disable polling by default and add visibility-based flag refresh
- Change DEFAULT_POLL_INTERVAL from 30000ms to 0 (polling disabled by default)
- Add visibility change detection to re-fetch flags when page/app becomes visible
- Add _visibilityChangeHandler property and _onVisibilityChange() method
- Register/unregister visibility change listener in initialize/onClose
- Re-fetches respect Retry-After rate limit headers
- Emits ConfigurationChanged or Stale events based on fetch results
0 commit comments