toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.xhr
/
XMLHttpRequestEventTarget
XMLHttp
Request
Event
Target
sealed
external
class
XMLHttpRequestEventTarget
:
EventTarget
(
source
)
MDN Reference
Inheritors
XMLHttpRequest
XMLHttpRequestUpload
Members
Properties
onabort
Link copied to clipboard
var
onabort
:
EventHandler
<
ProgressEvent
,
XMLHttpRequest
,
XMLHttpRequest
>
?
onerror
Link copied to clipboard
var
onerror
:
EventHandler
<
ProgressEvent
,
XMLHttpRequest
,
XMLHttpRequest
>
?
onload
Link copied to clipboard
var
onload
:
EventHandler
<
ProgressEvent
,
XMLHttpRequest
,
XMLHttpRequest
>
?
onloadend
Link copied to clipboard
var
onloadend
:
EventHandler
<
ProgressEvent
,
XMLHttpRequest
,
XMLHttpRequest
>
?
onloadstart
Link copied to clipboard
var
onloadstart
:
EventHandler
<
ProgressEvent
,
XMLHttpRequest
,
XMLHttpRequest
>
?
onprogress
Link copied to clipboard
var
onprogress
:
EventHandler
<
ProgressEvent
,
XMLHttpRequest
,
XMLHttpRequest
>
?
ontimeout
Link copied to clipboard
var
ontimeout
:
EventHandler
<
ProgressEvent
,
XMLHttpRequest
,
XMLHttpRequest
>
?
Functions
dispatch
Event
Link copied to clipboard
fun
dispatchEvent
(
event
:
Event
)
:
Boolean