API Docs for: 3.18.1

SynthRegistry Class

Module: event-synthetic
Parent Module: event

Manager object for synthetic event subscriptions to aggregate multiple synths on the same node without colliding with actual DOM subscription entries in the global map of DOM subscriptions. Also facilitates proper cleanup on page unload.

Constructor

Item Index

Methods

_unregisterSub

(
  • sub
)

Defined in event/js/synthetic.js:157

Available since 3.4.0

Removes the subscription from the Notifier registry.

Parameters:

  • sub Subscription

    the subscription

register

(
  • handle
)

Defined in event/js/synthetic.js:145

Available since 3.4.0

Adds a subscription from the Notifier registry.

Parameters: