Function leptos_dom::window
source · pub fn window() -> WindowExpand description
Returns the Window.
This is cached as a thread-local variable, so calling window() multiple times
requires only one call out to JavaScript.
pub fn window() -> WindowReturns the Window.
This is cached as a thread-local variable, so calling window() multiple times
requires only one call out to JavaScript.