Ajax
request.Ajax
Type parameters
Name | Type |
---|---|
T |
extends object = any |
Implements
IAjax
<T
>
constructor
new Ajax<T
>(options
, defaultAjaxOptions?
): Ajax
<T
>
Type parameters
Name | Type |
---|---|
T |
extends object = any |
Parameters
Name | Type | Default value |
---|---|---|
options |
Partial <AjaxOptions > |
undefined |
defaultAjaxOptions |
AjaxOptions |
Config.prototype.defaultAjaxOptions |
Returns
Ajax
<T
>
Defined in
log
Static
log: IRequest
[] = []
Defined in
options
options: AjaxOptions
Implementation of
Defined in
o
get
o(): this
["options"
]
Returns
this
["options"
]
Implementation of
Defined in
className
className(): string
Returns
string
Defined in
abort
abort(): Ajax
<any
>
Returns
Ajax
<any
>
Implementation of
Defined in
send
send(): RejectablePromise
<IResponse
<T
>>
Returns
RejectablePromise
<IResponse
<T
>>
Implementation of
Defined in
prepareRequest
prepareRequest(): IRequest
Returns
Implementation of
Defined in
destruct
destruct(): void
Returns
void
Implementation of
Defined in
jodit/src/core/request/ajax.ts:245