Navigates back in browser history.
(): Effect<void>
Navigates forward in browser history.
Performs a full page navigation to the given href.
(href: string): Effect<void>
Pushes a new URL to browser history and triggers Foldkit's URL change handling.
(url: string): Effect<void>
Replaces the current URL in browser history and triggers Foldkit's URL change handling.