net
.
exoego
.
scalajs
.
jquery
.
JQuery
AjaxSettings
Related Doc:
package JQuery
trait
AjaxSettings
extends
Object
Annotations
@ScalaJSDefined
()
@RawJSType
()
Linear Supertypes
Object
,
Any
,
AnyRef
,
Any
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
var
accepts
:
UndefOr
[
PlainObject
[
String
]]
Annotations
@JSOptional
()
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
var
async
:
UndefOr
[
Boolean
]
Annotations
@JSOptional
()
var
beforeSend
:
UndefOr
[
ThisFunction2
[
Any
,
jqXHR
,
AjaxSettings
.this.type,
Boolean
]]
Annotations
@JSOptional
()
var
cache
:
UndefOr
[
Boolean
]
Annotations
@JSOptional
()
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
var
complete
:
UndefOr
[
TypeOrArray
[
CompleteCallback
]]
Annotations
@JSOptional
()
var
contentType
:
UndefOr
[
|
[
String
,
Boolean
]]
Annotations
@JSOptional
()
var
contents
:
UndefOr
[
PlainObject
[
RegExp
]]
Annotations
@JSOptional
()
var
context
:
UndefOr
[
Any
]
Annotations
@JSOptional
()
var
converters
:
UndefOr
[
PlainObject
[
|
[
Function1
[
Any
,
Any
],
Boolean
]]]
Annotations
@JSOptional
()
var
crossDomain
:
UndefOr
[
Boolean
]
Annotations
@JSOptional
()
var
data
:
UndefOr
[
|
[
PlainObject
[
Any
],
String
]]
Annotations
@JSOptional
()
var
dataFilter
:
UndefOr
[
Function2
[
String
,
String
,
Any
]]
Annotations
@JSOptional
()
var
dataType
:
UndefOr
[
String
]
Annotations
@JSOptional
()
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
var
error
:
UndefOr
[
TypeOrArray
[
ErrorCallback
]]
Annotations
@JSOptional
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
var
global
:
UndefOr
[
Boolean
]
Annotations
@JSOptional
()
def
hasOwnProperty
(
v:
String
)
:
Boolean
Definition Classes
Object
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
var
headers
:
UndefOr
[
PlainObject
[
|
[
|
[
String
,
Null
],
Unit
]]]
Annotations
@JSOptional
()
var
ifModified
:
UndefOr
[
Boolean
]
Annotations
@JSOptional
()
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
var
isLocal
:
UndefOr
[
Boolean
]
Annotations
@JSOptional
()
def
isPrototypeOf
(
v:
Object
)
:
Boolean
Definition Classes
Object
var
jsonp
:
UndefOr
[
|
[
String
,
Boolean
]]
Annotations
@JSOptional
()
var
jsonpCallback
:
UndefOr
[
|
[
String
,
Function0
[
String
]]]
Annotations
@JSOptional
()
var
method
:
UndefOr
[
String
]
Annotations
@JSOptional
()
var
mimeType
:
UndefOr
[
String
]
Annotations
@JSOptional
()
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
var
password
:
UndefOr
[
String
]
Annotations
@JSOptional
()
var
processData
:
UndefOr
[
Boolean
]
Annotations
@JSOptional
()
def
propertyIsEnumerable
(
v:
String
)
:
Boolean
Definition Classes
Object
var
scriptCharset
:
UndefOr
[
String
]
Annotations
@JSOptional
()
var
statusCode
:
UndefOr
[
StatusCodeCallbacks
]
Annotations
@JSOptional
()
var
success
:
UndefOr
[
TypeOrArray
[
SuccessCallback
]]
Annotations
@JSOptional
()
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
var
timeout
:
UndefOr
[
Double
]
Annotations
@JSOptional
()
def
toLocaleString
()
:
String
Definition Classes
Object
def
toString
()
:
String
Definition Classes
AnyRef → Any
var
traditional
:
UndefOr
[
Boolean
]
Annotations
@JSOptional
()
var
type
:
UndefOr
[
String
]
Annotations
@JSOptional
()
var
url
:
UndefOr
[
String
]
Annotations
@JSOptional
()
var
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
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
var
xhr
:
UndefOr
[
Function0
[
XMLHttpRequest
]]
Annotations
@JSOptional
()
var
xhrFields
:
UndefOr
[
XHRFields
]
Annotations
@JSOptional
()
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
Object
Inherited from
Any
Inherited from
AnyRef
Inherited from
Any
Ungrouped