aframe
aframe copied to clipboard
JS Event listeners
Good afternoon. When using aframe, you can observe a constant increase in js event listeners in the performance monitor inside the browser's dev tools. To do this, simply press any key on the keyboard. The problem repeats on an empty aframe project or any project from the examples section (https://aframe.io/aframe/examples/showcase/anime-UI ). I have not found any visible leaks, and most likely this is due to the monitor tracking feature, but I would like to understand what exactly causes this behavior.