package ezjs_extension

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Browser.StorageSource

include module type of struct include Browser_common.Storage end
Sourceclass type storageChange = object ... end
Sourceclass type storageArea = object ... end
Sourceclass type storage = object ... end
Sourceval storage : storage Ezjs_min.t
Sourceval local : storageArea Ezjs_min.t
Sourceval sync : storageArea Ezjs_min.t
Sourceval managed : storageArea Ezjs_min.t
Sourceval get : ?key:string -> storageArea Ezjs_min.t -> ('a -> unit) -> unit
Sourceval get_arr : ?keys:string list -> storageArea Ezjs_min.t -> ('a -> unit) -> unit
Sourceval get_o : ?obj:'a -> storageArea Ezjs_min.t -> ('a -> unit) -> unit
Sourceval getBytesInUse : ?key:string -> storageArea Ezjs_min.t -> (int -> unit) -> unit
Sourceval getBytesInUse_list : ?keys:string list -> storageArea Ezjs_min.t -> (int -> unit) -> unit
Sourceval set : ?callback:(unit -> unit) -> storageArea Ezjs_min.t -> 't10 -> unit
Sourceval remove : ?callback:(unit -> unit) -> storageArea Ezjs_min.t -> string -> unit
Sourceval clear : ?callback:(unit -> unit) -> storageArea Ezjs_min.t -> unit
OCaml

Innovation. Community. Security.