Dom.Storage
Module representing local or session storage.
type t
val length : t -> int
val key : int -> t -> string
val set : string -> string -> t -> unit
val get : string -> t -> string
val remove : string -> t -> unit
val clear : t -> unit