An event emitter that supports publishing and subscribing to events of a certain type.

  • emitter for creating an event channel.
  • emit for emitting events.
  • EventSource for the read-only version of this interface.

Type Parameters

  • T

Hierarchy (View Summary)