Skip to main content

@fluid-internal/client-utils Package

Classes

Class Alerts Description
TypedEventEmitter Legacy Event Emitter helper class the supports emitting typed events.

Types

TypeAlias Alerts Description
EventEmitterEventType Legacy

The event emitter polyfill and the node event emitter have different event types: string | symbol vs. string | number

The polyfill is now always used, but string is the only event type preferred.

TypedEventTransform Legacy