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: make abort_controller event trusted #35811

Closed

Commits on Oct 26, 2020

  1. events: make abort_controller event trusted

    The AbortController abort event is trusted, currently we fire all
    events with isTrusted: false. Allow dispatching events
    internally with `isTrusted: true` and add a test for it.
    
    Co-Authored-By: ExE Boss <3889017+ExE-Boss@users.noreply.github.com>
    Fixes: nodejs#35748
    benjamingr and ExE-Boss committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    5ccc2a9 View commit details
    Browse the repository at this point in the history