Open
Description
https://developer.mozilla.org/en-US/docs/Web/API/Window/event
window.event started as an IE thing but it’s in the standards now. It’s basically the currently handled event.
It’s currently not exposed by Exokit. However, I’ve seen it used in the wild so we might have to add support for it.