![JAR search and dependency download from the Maven repository](/logo.png)
jsMain.history.createBrowserHistory.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:JsModule("history")
@file:JsNonModule
package history
/**
* Browser history stores the location in regular URLs. This is the standard for
* most web apps, but it requires some configuration on the server to ensure you
* serve the same app at multiple URLs.
*
* @see https://github.com/remix-run/history/tree/main/docs/api-reference.md#createbrowserhistory
*/
external fun createBrowserHistory(
options: BrowserHistoryOptions = definedExternally,
): BrowserHistory
© 2015 - 2025 Weber Informatics LLC | Privacy Policy