ProgressEvent

open class ProgressEvent(type: String, eventInitDict: ProgressEventInit) : Event, JsAny

Exposes the JavaScript ProgressEvent to Kotlin

Constructors

Link copied to clipboard
constructor(type: String, eventInitDict: ProgressEventInit)

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 loaded: JsNumber
Link copied to clipboard
open val target: EventTarget?
Link copied to clipboard
Link copied to clipboard
open val total: JsNumber
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