events
events copied to clipboard
A tiny event delegation library.
**Test case:** https://codepen.io/hlsiira/pen/mdeyvVN Hey, I think I have come across a weird edge case that I can't quite nail down the issue. When using Events, some event types don't bubble...
## Changing the base listener - We found out that there were some events that the window was not listening to. #9 - In order for these events to be...
## Feature request: Return `callback` function on methods. If we turn off a listener, it requires `type, selector, callback` right? In this case, we write same function again and again....