Is event a global variable that is accessible everywhere inside the callback chain?

One can access the current event through window.event. Just using event is implicitly accessing window.event.

Leave a Comment