val mutable current : session optionval mutable sessions : session PMap.tmethod changed_files : PMap.key listmethod changed_sessions : session listmethod display_error : string -> unitmethod display_filename : session -> unitmethod display_message : string -> unitmethod edit_file : ?mime:mime_type -> PMap.key -> unit Lwt.tmethod get_session : PMap.key -> session optionmethod handle_message : P.server_msg -> bool Js_of_ocaml.Js.tmethod is_editable_from_mime : mime_type -> boolmethod load_from_server : session -> unit Lwt.tmethod on_changed : session -> unitmethod reload : unit Lwt.tmethod reload_file : session -> unit Lwt.tmethod save_changed_files : unit Lwt.tmethod save_file : session -> unit Lwt.tmethod simple_call : ?on_ok:(unit -> unit) -> P.client_msg -> unit Lwt.t