Function silkenweb::document::on_change

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

Add a change event handler at the document level.

This only has an effect on WASM targets.