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.chrome-lwt/Chrome_lwt/Storage/index.html

Module Chrome_lwt.StorageSource

include module type of struct include Chrome_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_lwt.t -> 'a Lwt.t
Sourceval get_arr : ?keys:string list -> storageArea Ezjs_min_lwt.t -> 'a Lwt.t
Sourceval get_o : ?obj:Ezjs_min.js_string Ezjs_min.t -> storageArea Ezjs_min_lwt.t -> 'a Lwt.t
Sourceval getBytesInUse : ?key:string -> storageArea Ezjs_min_lwt.t -> int Lwt.t
Sourceval getBytesInUse_list : ?keys:string list -> storageArea Ezjs_min_lwt.t -> int Lwt.t
Sourceval set : ?callback:(unit -> 'a) -> storageArea Ezjs_min_lwt.t -> 't15 -> 'a option Lwt.t
Sourceval remove : ?callback:(unit -> 'a) -> storageArea Ezjs_min_lwt.t -> string -> 'a option Lwt.t
Sourceval clear : ?callback:(unit -> 'a) -> storageArea Ezjs_min_lwt.t -> 'a option Lwt.t
OCaml

Innovation. Community. Security.