-
Notifications
You must be signed in to change notification settings - Fork 244
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
chrome will remove DOMXXX
event listeners on July 30
#2449
Comments
Hi @userquin VTU listens to all possible DOM events (see Maybe we can remove them in a future VTU version to avoid the warnings and hope that this won't break tests out there that rely on these. If you're willing to, a PR would be most welcome. |
This message is spammed in every Cypress component test, unluckily |
@IlCallo A PR to fix this should be fairly simple and greatly appreciated 👍 |
Why is VTU listining for those events in the first place? |
Yes, VTU listens to all possible events to record them and allow developers to check them with Lines 200 to 209 in 582d7d7
This code was probably the same in VTU v1. I started helping with the maintenance after this was written so I don't know why this design was picked. Anyway, I think removing the culprit events from |
Is your feature request related to a problem? Please describe.
Running Vitest Browser 2.0 beta 5 on tresjs test I can see a lot of warnings from chrome in the console about relying on
DOMXXX
event listeners:The example can be found here: Tresjs/tres#715
Describe the solution you'd like
Here the link https://chromestatus.com/feature/5083947249172480 .
Describe alternatives you've considered
None
Additional context
NA
The text was updated successfully, but these errors were encountered: