package ezjs_extension

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

Module Storage_local_lwtSource

Sourceval to_lwt_cb_opt0 : (('a -> unit) -> 'b) -> (('a -> unit) -> 'a -> unit) option -> 'a Lwt.t
Sourceval get : ?key:string -> 'a -> 'b Lwt.t
Sourceval get_arr : ?keys:string list -> 'a -> 'b Lwt.t
Sourceval get_o : ?obj:'a Ezjs_min.t -> 'b -> 'c Lwt.t
Sourceval set : ?callback:((unit -> unit) -> unit -> unit) -> 'a -> 'b Ezjs_min.t -> unit Lwt.t
Sourceval remove : ?callback:((unit -> unit) -> unit -> unit) -> 'a -> string -> unit Lwt.t
Sourceval clear : ?callback:((unit -> unit) -> unit -> unit) -> 'a -> unit Lwt.t
Sourceval sync : unit
Sourceval local : unit
OCaml

Innovation. Community. Security.