Function silkenweb::window::on_pageshow

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

Add a pageshow event handler at the window level.

This only has an effect on WASM targets.