Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type js_string = Js_of_ocaml.Js.js_string
type js_any = Js_of_ocaml.Js.Unsafe.top
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_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