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.