Financial-Times / ftdomdelegate

Create and manage a DOM event delegator
MIT License
320 stars 36 forks source link

Custom events #78

Closed antonmedv closed 7 years ago

antonmedv commented 8 years ago

Is it possible to fire custom events?

matthew-andrews commented 8 years ago

DOM Delegate listens to events, it doesn't fire them. I believe DOM Delegate should handle custom events the same as any non-custom events… Have you run into problems?