XMLHttpRequestEventTarget
Constructors
<init>
Exposes the JavaScript XMLHttpRequestEventTarget to Kotlin
XMLHttpRequestEventTarget
(
)
Properties
onloadstart
open
var
onloadstart
:
(
(
ProgressEvent
)
->
dynamic
)
?
onprogress
open
var
onprogress
:
(
(
ProgressEvent
)
->
dynamic
)
?
Inheritors
XMLHttpRequest
Exposes the JavaScript XMLHttpRequest to Kotlin
open
class
XMLHttpRequest
:
XMLHttpRequestEventTarget
XMLHttpRequestUpload
abstract
class
XMLHttpRequestUpload
:
XMLHttpRequestEventTarget