brr
Storage.Ev
Storage event.
brr.ocaml_poke
brr.ocaml_poke_ui
brr.poke
brr.poked
type storage_area = t
See Brr_io.Storage.t .
Brr_io.Storage.t
type t
The type for StorageEvent objects.
StorageEvent
val key : t -> Jstr.t option
key e is the key of the item being changed.
key e
val old_value : t -> Jstr.t option
old_value e is the old value of the key.
old_value e
val new_value : t -> Jstr.t option
new_value e is the new value of the key.
new_value e
val url : t -> Jstr.t
url e is the URL of the document whose storage item changed.
url e
val storage_area : t -> storage_area option
storage_area e is the storage object.
storage_area e
val storage : t Brr.Ev.type'
storage is the type for storage event fired on Brr.Windows on storage changes.
storage
Brr.Window