Module Browser_lwt.RuntimeSource
include module type of struct include Browser_common.Runtime end
Sourceval getURL : string -> string Sourceval reload : unit -> unit Sourceval onStartup : (unit -> unit) -> unit Sourceval onSuspend : (unit -> unit) -> unit Sourceval onSuspendCanceled : (unit -> unit) -> unit Sourceval openOptionsPage : ?callback:(unit -> 'a) -> unit -> 'a option Lwt.t