Skip to main content

Module watch

Module watch 

Source
Expand description

WATCH handler — monitor nodes for changes over time.

When watching nodes that have JSON-LD data, prefers HTTP GET + structured data comparison instead of browser rendering. Only falls back to browser for nodes without structured data.

Structs§

WatchDelta
A change detected during watching.
WatchRequest
Parameters for a watch operation.

Functions§

compute_delta
Compare feature vectors and produce a delta if changed.
fetch_node_features_http
Fetch updated features for a node via HTTP (no browser).
select_watch_nodes
Select which nodes to watch based on the request.