Module Os_comet
module Os_comet : sig..end
val __link : unit
val restart_process : unit -> unit
restart_process () restarts the client. For mobile application, it restarts the application by going to "index.html". For other types of clients, <<a_api subproject="server" | module Eliom_service.reload_action>> is used as argument of <<a_api subproject="server" | module Eliom_client.exit_to>>
val set_error_handler : (exn -> unit Lwt.t) -> unit