This package contains functionality to passively receive updates from the server.
Elements with an [up-hungry] attribute are updated whenever the server
sends a matching element, even if the element is not targeted.
Elements with an [up-poll] attribute are reloaded from the server periodically.
Use an [up-flashes] element to show confirmations, alerts or warnings.
Before an [up-hungry] element is added to a render pass, an event up:fragment:hungry is emitted on that element.
This event is emitted before a polling fragment is reloaded from the server.
Elements with an [up-hungry] attribute are updated whenever the server
sends a matching element, even if the element is not targeted.
Elements with an [up-poll] attribute are reloaded from the server periodically.
Configures defaults for passive updates.
Starts polling the given element.
Stops polling the given element.