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: make sure there is a check for targets when timeout=0 #8765

Merged
merged 1 commit into from Aug 10, 2022

Commits on Aug 10, 2022

  1. fix: make sure there is a check for targets when timeout=0

    Previously, if timeout is falsy, the targets would only
    be checked if a browser-level event fires which lead to
    a race: if the events arrived before waiting for a target,
    the promise would never resolve.
    
    Fixes #8763
    OrKoN committed Aug 10, 2022
    Copy the full SHA
    d296bec View commit details
    Browse the repository at this point in the history