Module Eliom_shared.ReactiveData.RList
module RList : sig..end
include Eliom_shared_sigs.RLIST
val synced : 'a t -> bool
If synced l is true, then the server-side and client-side values of l are equal. This means that the client-side code can initially rely on the server-provided value, and defer any updates until the first client-side update of l.