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.
Methods
Section titled “Methods”off():
void
Defined in: emitter.ts:10
Returns
Section titled “Returns”void