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

[Fizz] use microtasks rather than tasks when scheduling work while prerendering #30770

Merged
merged 1 commit into from
Aug 21, 2024

Commits on Aug 21, 2024

  1. [Fizz] use microtasks rather than tasks when scheduling work while pr…

    …erendering
    
    Similar to facebook#30768 we want to schedule work during prerendering in microtasks both for the root task and pings. We continue to schedule flushes as Tasks to allow as much work to be batched up as possible.
    gnoff committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6d561d9 View commit details
    Browse the repository at this point in the history