1 2 3 4 5 6 7
pub use js_sys::*; pub use web_sys::*; // Force get window pub fn window() -> Window { web_sys::window().expect("Failed to load window") }