<!-- Thanks for your interest in the project – we appreciate your ideas! Please bear in mind that maintainers might need to request additional information or context before adding a new feature. They need to think about edge cases and how this feature fits in the codebase, so a feature request might take some time to move forward. --> **Is your feature request related to a problem? Please describe.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> 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: https://github.com/Tresjs/tres/pull/715 **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> Here the link https://chromestatus.com/feature/5083947249172480 . **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> None **Additional context** <!-- Add any other context or screenshots about the feature request here. --> NA