class type history =Browser history informationobject..end
method length : int Js.readonly_propmethod state : Js.Unsafe.any Js.readonly_propmethod go : int Js.opt -> unit Js.methmethod back : unit Js.methmethod forward : unit Js.methmethod pushState : Js.Unsafe.any ->
Js.js_string Js.t -> Js.js_string Js.t Js.opt -> unit Js.methmethod replaceState : Js.Unsafe.any ->
Js.js_string Js.t -> Js.js_string Js.t Js.opt -> unit Js.meth