Function silkenweb::window::on_storage

source ·
pub fn on_storage(f: impl FnMut(StorageEvent) + 'static) -> EventCallback
Expand description

Add a storage event handler at the window level.

This only has an effect on WASM targets.