object SetRouteVia
- Companion
- class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Type members
Classlikes
The current URL will be recorded in history. User can hit ''Back'' button to reach it.
The current URL will be recorded in history. User can hit ''Back'' button to reach it.
Implemented via pushState
in the History API.
- See also
The current URL will not be recorded in history. User can't hit ''Back'' button to reach it.
The current URL will not be recorded in history. User can't hit ''Back'' button to reach it.
Implemented via replaceState
in the History API.
- See also