BeforeUnloadEvent

Exposes the JavaScript BeforeUnloadEvent to Kotlin

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val bubbles: Boolean
Link copied to clipboard
Link copied to clipboard
open val composed: Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val eventPhase: Short
Link copied to clipboard
open val isTrusted: Boolean
Link copied to clipboard
Link copied to clipboard
open val target: EventTarget?
Link copied to clipboard
Link copied to clipboard
open val type: String

Functions

Link copied to clipboard
Link copied to clipboard
fun initEvent(type: String, bubbles: Boolean, cancelable: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard