- Joined
- Mar 28, 2016
- Messages
- 1,623
- Reaction score
- 1,439
- First Language
- French
- Primarily Uses
- RMMV
hi everybody
Anybody know where are stored Event when we use addEventListener method ???
example :
that's ok , but i try to find where it's stored ???
i try check in
I found no way to check where currents data listener stored.
thank for help
Anybody know where are stored Event when we use addEventListener method ???
example :
PHP:
window.addEventListener('mousedown', this.myvar.onClick );
i try check in
PHP:
windows.event
windows.Event()
console.dir(window.addEventListener)
window._debugWindow
window.dispatchEvent()
// ... many other try
thank for help


