package ocaml-js-stdlib

  1. Overview
  2. Docs
module File : sig ... end
module Geolocation : sig ... end
module Navigator : sig ... end
module Screen : sig ... end
module Location : sig ... end
module Event : sig ... end
type bounding_rect = {
  1. width : int;
  2. height : int;
  3. top : int;
  4. right : int;
  5. bottom : int;
  6. left : int;
}
type bounding_box = {
  1. width : int;
  2. height : int;
  3. x : int;
  4. y : int;
}
class css_style_declaration : Ojs.t -> object ... end
class node : Ojs.t -> object ... end
class document : Ojs.t -> object ... end
class attribute : Ojs.t -> object ... end
class element : Ojs.t -> object ... end
class window : Ojs.t -> object ... end
class storage : Ojs.t -> object ... end
class history : Ojs.t -> object ... end
class html_element : Ojs.t -> object ... end
class html_iframe_element : Ojs.t -> object ... end
class html_input_element : Ojs.t -> object ... end
class title_element : Ojs.t -> object ... end
class meta_element : Ojs.t -> object ... end
class base_element : Ojs.t -> object ... end
class style_element : Ojs.t -> object ... end
class body_element : Ojs.t -> object ... end
class form_element : Ojs.t -> object ... end
class opt_group_element : Ojs.t -> object ... end
class option_element : Ojs.t -> object ... end
module Svg : sig ... end
module FileReader : sig ... end
val window : window
val document : document
module HTMLInputElement : sig ... end