package ezjs_extension

  1. Overview
  2. Docs
Binding for Chrome and Firefox extension API

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.tar.gz
md5=656df77dabbefd03a5646cf72953b29c
sha512=f1e0f92683eb1605bb32ba2791ef046fd2312357f19fcc44ae06544708b789f2398666cf0adb1848e89c8f0a6f17615ac8437477cd7761f9cff5cff9969bb54d

doc/ezjs_extension.local-lwt/Storage_local_lwt/index.html

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.