ProgressEvent

JS
1.1
open class ProgressEvent : Event
(source)

Exposes the JavaScript ProgressEvent to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript ProgressEvent to Kotlin

ProgressEvent (
type : String ,
eventInitDict : ProgressEventInit = definedExternally )

Properties

JS
1.1

lengthComputable

open val lengthComputable : Boolean
JS
1.1

loaded

open val loaded : Number
JS
1.1

total

open val total : Number

Companion Object Properties

JS
1.1

AT_TARGET

val AT_TARGET : Short
JS
1.1

BUBBLING_PHASE

val BUBBLING_PHASE : Short
JS
1.1

CAPTURING_PHASE

val CAPTURING_PHASE : Short
JS
1.1

NONE

val NONE : Short