aframe icon indicating copy to clipboard operation
aframe copied to clipboard

JS Event listeners

Open AkroMD opened this issue 5 months ago • 4 comments

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.

Image Image

AkroMD avatar May 20 '25 03:05 AkroMD