Skip to content

Subscription

Subscription = object

Defined in: emitter.ts:10

Returned by on(). Call off() to remove the subscription. Safe to call multiple times — subsequent calls are no-ops because the underlying Set deduplicates membership.

off(): void

Defined in: emitter.ts:10

void