Class type Dom_html.history
class type history = object..end
Browser history information
method length : int Js.readonly_prop
method state : Js.Unsafe.any Js.readonly_prop
method go : int Js.opt -> unit Js.meth
method back : unit Js.meth
method forward : unit Js.meth
method pushState :
Js.Unsafe.any ->
Js.js_string Js.t -> Js.js_string Js.t Js.opt -> unit Js.meth
method replaceState :
Js.Unsafe.any ->
Js.js_string Js.t -> Js.js_string Js.t Js.opt -> unit Js.meth
