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.
SynthRegistryel
yuid
key
Defined in
event/js/synthetic.js:104
el
HTMLElement
the DOM element
yuid
String
the yuid stamp for the element
key
String
the generated id token used to identify an event type + element in the global DOM subscription map.
_unregisterSubsub
Defined in
event/js/synthetic.js:143
Available since 3.4.0
Removes the subscription from the Notifier registry.
sub
Subscription
the subscription
detachAll
Defined in
event/js/synthetic.js:171
Available since 3.4.0
Used by the event system's unload cleanup process. When navigating away from the page, the event system iterates the global map of element subscriptions and detaches everything using detachAll(). Normally, the map is populated with custom events, so this object needs to at least support the detachAll method to duck type its way to cleanliness.
registerhandle
Defined in
event/js/synthetic.js:131
Available since 3.4.0
Adds a subscription from the Notifier registry.
handle
EventHandle
the subscription