Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEvent handlers on closed pipelines can trigger panics #17344
Comments
|
When I run this test in Firefox, adding a console.log to the handler demonstrates that Firefox happily invokes the event handler. We may need to change how we implement |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This turns out to be a generalization of #16057 which I realized when thinking about whether #17323 was testable.