sig
  type 'a t
  val of_react :
    ?scope:[< Eliom_comet.Channel.comet_scope ] ->
    ?throttling:float ->
    ?name:string -> ?size:int -> 'React.E.t -> 'Eliom_react.Down.t
end