trait AjaxSettings extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AjaxSettings
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
accepts: UndefOr[PlainObject[String]]
- Annotations
- @JSOptional()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
async: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
beforeSend: UndefOr[ThisFunction2[Any, jqXHR, AjaxSettings.this.type, Boolean]]
- Annotations
- @JSOptional()
-
val
cache: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
val
complete: UndefOr[TypeOrArray[CompleteCallback]]
- Annotations
- @JSOptional()
-
val
contentType: UndefOr[|[String, Boolean]]
- Annotations
- @JSOptional()
-
val
contents: UndefOr[PlainObject[RegExp]]
- Annotations
- @JSOptional()
-
val
context: UndefOr[Any]
- Annotations
- @JSOptional()
-
val
converters: UndefOr[PlainObject[|[Function1[Any, Any], Boolean]]]
- Annotations
- @JSOptional()
-
val
crossDomain: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
data: UndefOr[|[PlainObject[Any], String]]
- Annotations
- @JSOptional()
-
val
dataFilter: UndefOr[Function2[String, String, Any]]
- Annotations
- @JSOptional()
-
val
dataType: UndefOr[String]
- Annotations
- @JSOptional()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
error: UndefOr[TypeOrArray[ErrorCallback]]
- Annotations
- @JSOptional()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
global: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
headers: UndefOr[PlainObject[|[|[String, Null], Unit]]]
- Annotations
- @JSOptional()
-
val
ifModified: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
isLocal: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
jsonp: UndefOr[|[String, Boolean]]
- Annotations
- @JSOptional()
-
val
jsonpCallback: UndefOr[|[String, Function0[String]]]
- Annotations
- @JSOptional()
-
val
method: UndefOr[String]
- Annotations
- @JSOptional()
-
val
mimeType: UndefOr[String]
- Annotations
- @JSOptional()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
password: UndefOr[String]
- Annotations
- @JSOptional()
-
val
processData: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
scriptCharset: UndefOr[String]
- Annotations
- @JSOptional()
-
val
statusCode: UndefOr[StatusCodeCallbacks]
- Annotations
- @JSOptional()
-
val
success: UndefOr[TypeOrArray[SuccessCallback]]
- Annotations
- @JSOptional()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
timeout: UndefOr[Double]
- Annotations
- @JSOptional()
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
traditional: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
type: UndefOr[String]
- Annotations
- @JSOptional()
-
val
url: UndefOr[String]
- Annotations
- @JSOptional()
-
val
username: UndefOr[String]
- Annotations
- @JSOptional()
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
xhr: UndefOr[Function0[XMLHttpRequest]]
- Annotations
- @JSOptional()
-
val
xhrFields: UndefOr[XHRFields]
- Annotations
- @JSOptional()
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.