Function silkenweb::document::on_compositionupdate

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

Add a compositionupdate event handler at the document level.

This only has an effect on WASM targets.