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 isn't 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]
is added to a render pass, a event up:fragment:hungry
is emitted on the 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 isn't 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.