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 a race condition in meta.load-css() #1376

Merged
merged 1 commit into from Jun 24, 2021
Merged

Fix a race condition in meta.load-css() #1376

merged 1 commit into from Jun 24, 2021

Commits on Jun 23, 2021

  1. Fix a race condition in meta.load-css()

    We weren't properly awaiting a call to CssStylesheet.accept(), which
    meant that it could try to continue doing work asynchronously in the
    wrong context.
    
    Closes #1318
    nex3 committed Jun 23, 2021
    Copy the full SHA
    d73259f View commit details
    Browse the repository at this point in the history