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.browser/Browser/Storage/index.html

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.