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

Fix attempting to get the chunk size after strategy is cleared #1333

Merged
merged 1 commit into from
Nov 27, 2024

Commits on Nov 26, 2024

  1. Fix attempting to get the chunk size after strategy is cleared

    Although a better fix might be to delay size calculation until we've verified that we're not in the erroring or errored states, that has observable differences for certain bad-strategy cases already in the WPT suite, and multiple implementations seem to have converged on this particular fix already.
    
    Closes #1331.
    domenic committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    bd98d4d View commit details
    Browse the repository at this point in the history