trait JQueryAjaxSettings extends Object
- Annotations
- @RawJSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JQueryAjaxSettings
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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[Object]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val async: UndefOr[Boolean]
- val beforeSend: UndefOr[Function1[JQueryXHR, Object]]
- val cache: UndefOr[Boolean]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val complete: UndefOr[Function1[JQueryXHR, String]]
- val contentType: UndefOr[|[Boolean, String]]
- val contents: UndefOr[Dictionary[RegExp]]
- val context: UndefOr[Object]
- val converters: UndefOr[Dictionary[Function1[String, String]]]
- val crossDomain: UndefOr[Boolean]
- val data: UndefOr[|[Dictionary[Any], String]]
- val dataFilter: UndefOr[Function2[String, String, Any]]
- val dataType: UndefOr[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val error: UndefOr[Function3[JQueryXHR, String, String, Any]]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val global: UndefOr[Boolean]
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val headers: UndefOr[Dictionary[String]]
- val ifModified: UndefOr[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isLocal: UndefOr[Boolean]
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val jsonp: UndefOr[String]
- val jsonpCallback: UndefOr[|[String, Function0[String]]]
- val method: UndefOr[String]
- val mimeType: UndefOr[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val password: UndefOr[String]
- val processData: UndefOr[Boolean]
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val scriptCharset: UndefOr[String]
- val statusCode: UndefOr[Object]
- val success: UndefOr[|[Function3[Any, String, JQueryXHR, Any], Array[Function3[Any, String, JQueryXHR, Any]]]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeout: UndefOr[Int]
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- val traditional: UndefOr[Boolean]
- val type: UndefOr[String]
- val url: UndefOr[String]
- val username: UndefOr[String]
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val xhrFields: UndefOr[Dictionary[Any]]