package ezjs_extension

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Chrome_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_lwt.t -> 'a Lwt.t
val get_arr : ?keys:string list -> storageArea Ezjs_min_lwt.t -> 'a Lwt.t
val getBytesInUse : ?key:string -> storageArea Ezjs_min_lwt.t -> int Lwt.t
val getBytesInUse_list : ?keys:string list -> storageArea Ezjs_min_lwt.t -> int Lwt.t
val set : ?callback:(unit -> 'a) -> storageArea Ezjs_min_lwt.t -> 't15 -> 'a option Lwt.t
val remove : ?callback:(unit -> 'a) -> storageArea Ezjs_min_lwt.t -> string -> 'a option Lwt.t
val clear : ?callback:(unit -> 'a) -> storageArea Ezjs_min_lwt.t -> 'a option Lwt.t