Module EventDispatch
Import path
import semmle.javascript.frameworks.EventEmitterClasses
| DefaultEventDispatch | A default implementation of an EventDispatch. The default implementation assumes that the dispatch is a DataFlow::InvokeNode, where the first argument is a string describing the channel, and the |
| Range | A dispatch of an event on an EventEmitter. |