package ezjs_extension

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Browser_common.Storage end
class type storageChange = object ... end
class type storageArea = object ... end
class type storage = object ... end
val storage : storage Ezjs_min.t
val managed : storageArea Ezjs_min.t
val get : ?key:string -> storageArea Ezjs_min.t -> ('a -> unit) -> unit
val get_arr : ?keys:string list -> storageArea Ezjs_min.t -> ('a -> unit) -> unit
val get_o : ?obj:'a -> storageArea Ezjs_min.t -> ('b -> unit) -> unit
val getBytesInUse : ?key:string -> storageArea Ezjs_min.t -> (int -> unit) -> unit
val getBytesInUse_list : ?keys:string list -> storageArea Ezjs_min.t -> (int -> unit) -> unit
val set : ?callback:(unit -> unit) -> storageArea Ezjs_min.t -> 't10 -> unit
val remove : ?callback:(unit -> unit) -> storageArea Ezjs_min.t -> string -> unit
val clear : ?callback:(unit -> unit) -> storageArea Ezjs_min.t -> unit