eventFactory.js creates an Event object. This prevents me from doing type recognition in Dart and doesn't allow Dart users access to custom properties that emulate MouseEvent. It would be preferable to use a CustomEvent, even if it meant doubling up on properties (i.e. putting them in the detail object AND the event)
This is more of an enhancement request:
eventFactory.js creates an Event object. This prevents me from doing type recognition in Dart and doesn't allow Dart users access to custom properties that emulate MouseEvent. It would be preferable to use a CustomEvent, even if it meant doubling up on properties (i.e. putting them in the detail object AND the event)