Module Dom.StorageSource

Sourcetype t
Sourceval getItem : string -> t -> string option
Sourceval setItem : string -> string -> t -> unit
Sourceval removeItem : string -> t -> unit
Sourceval clear : unit -> t
Sourceval key : int -> t -> string option
Sourceval length : t -> int
Sourceval localStorage : t
Sourceval sessionStorage : t