package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Browser history information

method length : int Js.readonly_prop
method go : int Js.opt -> unit Js.meth
method back : unit Js.meth
method forward : unit Js.meth
method pushState : 'a. 'a -> Js.js_string Js.t -> Js.js_string Js.t Js.opt -> unit Js.meth
method replaceState : 'a. 'a -> Js.js_string Js.t -> Js.js_string Js.t Js.opt -> unit Js.meth