ProgressEvent

open external class ProgressEvent(type: String, eventInitDict: ProgressEventInit = definedExternally) : Event

Exposes the JavaScript ProgressEvent to Kotlin

Constructors

Link copied to clipboard
fun ProgressEvent(type: String, eventInitDict: ProgressEventInit = definedExternally)

Types

Link copied to clipboard
object Companion

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

Properties

Link copied to clipboard
open val bubbles: Boolean
Link copied to clipboard
open val cancelable: Boolean
Link copied to clipboard
open val composed: Boolean
Link copied to clipboard
Link copied to clipboard
open val defaultPrevented: Boolean
Link copied to clipboard
open val eventPhase: Short
Link copied to clipboard
open val isTrusted: Boolean
Link copied to clipboard
open val lengthComputable: Boolean
Link copied to clipboard
open val loaded: Number
Link copied to clipboard
open val target: EventTarget?
Link copied to clipboard
open val timeStamp: Number
Link copied to clipboard
open val total: Number
Link copied to clipboard
open val type: String