package ocsigen-toolkit

  1. Overview
  2. Docs
val onloads : (unit -> unit) -> unit
val onresizes : (Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> unit Lwt.t -> unit Lwt.t) -> unit Lwt.t
val window_scroll : ?use_capture:bool -> unit -> Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t Lwt.t
val window_scrolls : ?ios_html_scroll_hack:bool -> ?use_capture:bool -> (Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> unit Lwt.t -> unit Lwt.t) -> unit Lwt.t
module List : sig ... end