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
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
This would mirror window.requestIdleCallback, and run during idle periods for the VR Display. This could be very useful in helping sites schedule non-essential/backgroud tasks, or do prep work for the next frame, etc.
From @mthiesse on May 4, 2017 14:42
This would mirror window.requestIdleCallback, and run during idle periods for the VR Display. This could be very useful in helping sites schedule non-essential/backgroud tasks, or do prep work for the next frame, etc.
Copied from original issue: immersive-web/webxr#227