All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kreuzberg.extras.BrowserRouting.scala Maven / Gradle / Ivy

There is a newer version: 0.10.3
Show newest version
package kreuzberg.extras

object BrowserRouting {

  def getCurrentResource(): UrlResource = {
    UrlResource("")
  }
  
  def setDocumentTitle(title: String): Unit = {
    // empty
  }

  def pushState(title: String, target: String): Unit = {
    // Empty
  }

  def replaceState(title: String, target: String): Unit = {
    // Empty
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy