-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
- Investigate how event handlers behave when passing event types that aren't lowercase..
Right now we call event handlers like this:
c.addEventListener('onClickButton', function(e) {
console.log('Event `onClickButton` triggered', e)
});that's not very nice because usually there shouldn't be an on in the first param of addEventListener.
https://developer.mozilla.org/de/docs/Web/API/EventTarget/addEventListener
- We should check if props already exist when adding getters and setters, instead of overwriting them.
Metadata
Metadata
Assignees
Labels
No labels