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

events: allow dispatch many times without listener #39772

Closed

Commits on Aug 15, 2021

  1. events: allow dispatch many times without listener

    Fast path for EventTarget dispatch with no listeners didn't reset
    kIsBeingDispatched flag, meaning same event couldn't be dispatched
    multiple times.
    
    Refs: nodejs#39395
    mrbbot committed Aug 15, 2021
    Copy the full SHA
    dd01465 View commit details
    Browse the repository at this point in the history