package alba

  1. Overview
  2. Docs
type js_string = Js_of_ocaml.Js.js_string
val raise_js : string -> 'a
class type primitive_number = object ... end
class type event = object ... end
class type style = object ... end
class type eventTarget = object ... end
class type node = object ... end
class type document = object ... end
class type history = object ... end
class type window = object ... end
class type xmlHttpRequest = object ... end
val get_time : unit -> float
val get_window : unit -> window Js_of_ocaml.Js.t
val new_http_request : unit -> xmlHttpRequest Js_of_ocaml.Js.t
module Decoder : sig ... end
module Encoder : sig ... end
module Make (App : Fmlib.Web_application.WEB_APPLICATION with type 'a decoder = 'a Decoder.t and type encoder = Encoder.t) : sig ... end