package brr

  1. Overview
  2. Docs
Browser programming toolkit for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

brr-0.0.9.tbz
sha512=45cdf73c6a23c8fc4609a32ae2196d4790e5bdba34ca0b784bff9c0b70dab233eb336f1c11dc3002451042ff4cf25b643098ad0d011f14c3d6175842113bed21

doc/brr/Brr_io/Storage/Ev/index.html

Module Storage.EvSource

Storage event.

Storage event object

Sourcetype storage_area = t
Sourcetype t

The type for StorageEvent objects.

Sourceval key : t -> Jstr.t option

key e is the key of the item being changed.

Sourceval old_value : t -> Jstr.t option

old_value e is the old value of the key.

Sourceval new_value : t -> Jstr.t option

new_value e is the new value of the key.

Sourceval url : t -> Jstr.t

url e is the URL of the document whose storage item changed.

Sourceval storage_area : t -> storage_area option

storage_area e is the storage object.

Storage event

Sourceval storage : t Brr.Ev.type'

storage is the type for storage event fired on Brr.Windows on storage changes.