package server-reason-react

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Dom.history
type state
val length : t -> int
val scrollRestoration : t -> bool
val setScrollRestoration : t -> bool -> unit
val state : t -> state
val back : unit -> t
val forward : unit -> t
val go : int -> t -> unit
val pushState : state -> string -> string -> t -> unit
val replaceState : state -> string -> string -> t -> unit
OCaml

Innovation. Community. Security.