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

io.scalajs.dom.event.PageTransitionEvent.scala Maven / Gradle / Ivy

There is a newer version: 0.4.2
Show newest version
package io.scalajs.dom.event

import io.scalajs.dom.Event

import scala.scalajs.js

/**
  * Page Transition Event
  * @author [email protected]
  */
@js.native
class PageTransitionEvent extends Event {

  /**
    * Returns whether the webpage was cached by the browser
    */
  def persisted: Boolean = js.native

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy