Ajax class abstract
- Annotations
-
- @anonymous
- @JS()
Constructors
- Ajax()
Properties
- abort ↔ Function
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- onerror ↔ Function
-
getter/setter pair
- onload ↔ Function
-
getter/setter pair
- onprogress ↔ Function
-
getter/setter pair
- onreadystatechange ↔ Function
-
getter/setter pair
- ontimeout ↔ Function
-
getter/setter pair
- readyState ↔ num
-
getter/setter pair
- responseText ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ num
-
getter/setter pair
- withCredentials ↔ bool
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
String method, String url, [bool async, String user, String password]) → void -
send(
[dynamic payload]) → void -
setRequestHeader(
String key, String value) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited