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

refactor(core): Update coalescing to just use patched timers in root … #55366

Closed
wants to merge 1 commit into from

Commits on May 2, 2024

  1. refactor(core): Update coalescing to just use patched timers in root …

    …zone
    
    Rather than attempting to use the native timing functions, this commit
    simplifies the logic significantly by using the global timer functions
    as they are, either patched or unpatched. When Zone is defined, we run
    the timers in the root zone. This has more predictable behavior and
    timing than (a) using both patched and unpatched versions of timers in
    different places (b) trying to get an unpatched timer and failing due to
    environment specifics and patches that aren't ZoneJS.
    atscott committed May 2, 2024
    Configuration menu
    Copy the full SHA
    128900b View commit details
    Browse the repository at this point in the history