Function percy_dom::single_page_app::set_onpopstate_handler

source ยท
pub fn set_onpopstate_handler<F: FnMut(String) + 'static>(on_new_path: F)
Expand description

Set a function to be called with the new path whenever a popstate event occurs on the window.