Dot-event creates interfaces for listening to and emitting events. Dot-event listeners can be synchronous or asynchronous, accept arguments, and return values. Dot-event has a tiny footprint (<1 kb ...
The standard method of registering event handler functions is to directly bind the listener to the element. Directly binding event listeners to elements works great if the page doesn't change after it ...