package vdom

  1. Overview
  2. Docs

Module Js_browser.HistorySource

Sourcetype t
Sourceval t_of_js : Ojs.t -> t
Sourceval t_to_js : t -> Ojs.t
Sourceval length : t -> int
Sourceval back : t -> unit
Sourceval forward : t -> unit
Sourceval go : t -> [ `Offset of int | `Url of string ] -> unit
Sourceval replace_state : t -> Ojs.t -> string -> string -> unit
Sourceval push_state : t -> Ojs.t -> string -> string -> unit