PropsXMLHttpRequest extension
Properties
-
onreadystatechange
↔ EventHandlerNonNull<
Event> ? -
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
getter/setter pair - readyState → int
-
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
no setter - response → dynamic
-
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
no setter - responseText → String
-
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
no setter - responseType ↔ XMLHttpRequestResponseType
-
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
getter/setter pair - responseURL → String
-
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
no setter - responseXML → Document?
-
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
no setter - status → int
-
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
no setter - statusText → String
-
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
no setter - timeout ↔ int
-
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
getter/setter pair - upload → XMLHttpRequestUpload
-
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
no setter - withCredentials ↔ bool
-
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
getter/setter pair
Methods
-
abort(
) → void -
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
-
getAllResponseHeaders(
) → String -
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
-
getResponseHeader(
String name) → String? -
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
-
open(
String method, [String? url, bool? async, String? username, String? password]) → void -
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
-
overrideMimeType(
String mime) → void -
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
-
send(
[dynamic body]) → void -
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension
-
setRequestHeader(
String name, String value) → void -
Available on XMLHttpRequest, provided by the PropsXMLHttpRequest extension