XMLHttp Request
Exposes the JavaScript XMLHttpRequest to Kotlin
Constructors
XMLHttpRequest
Link copied to clipboard
Types
Functions
add Event Listener
Link copied to clipboard
fun addEventListener(type: String, callback: (Event) -> Unit?, options: dynamic = definedExternally)
Content copied to clipboard
fun addEventListener(type: String, callback: EventListener?, options: dynamic = definedExternally)
Content copied to clipboard
dispatch Event
Link copied to clipboard
get All Response Headers
Link copied to clipboard
get Response Header
Link copied to clipboard
override Mime Type
Link copied to clipboard
remove Event Listener
Link copied to clipboard
fun removeEventListener(type: String, callback: (Event) -> Unit?, options: dynamic = definedExternally)
Content copied to clipboard
fun removeEventListener(type: String, callback: EventListener?, options: dynamic = definedExternally)
Content copied to clipboard
set Request Header
Link copied to clipboard
Properties
onloadstart
Link copied to clipboard
onprogress
Link copied to clipboard
onreadystatechange
Link copied to clipboard
readyState
Link copied to clipboard
responseText
Link copied to clipboard
responseType
Link copied to clipboard
responseURL
Link copied to clipboard
responseXML
Link copied to clipboard
statusText
Link copied to clipboard
upload
Link copied to clipboard
withCredentials
Link copied to clipboard