package ezjs_extension

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=0d1dc7175a620eb50c07f2bbe0531533
sha512=5742b4e64398533c95291fe7c9b5ed3e264214dee7522fec1a0074766afd40e633aa1ceea16cbc6923ab80d737a15c13b50b96d4ddf8fad8ec74c30816877c9a

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.