Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WindowIdleValue and GlobalIdleValue, likewise runWhenGlobalIdle and runWhenWindowIdle. #197721

Merged
merged 3 commits into from
Nov 8, 2023

Commits on Nov 8, 2023

  1. Add WindowIdleValue and GlobalIdleValue, likewise runWhenGlobalIdle a…

    …nd runWhenWindowIdle.
    
    Define window things inside dom.ts for more clarity and more correct layering.
    
    Duplicate API definition for idle so that things compile standalone
    
    fixes #197661
    jrieken committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c86d1ca View commit details
    Browse the repository at this point in the history
  2. fix compile errors

    jrieken committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b38ffa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdb397b View commit details
    Browse the repository at this point in the history