pub fn is_window_loaded() -> impl Signal<Item = bool>
Expand description

Signal which says whether the window is fully loaded or not.

This is the same as the DOM load event.