Preparing search index...
The search index is not available
KoAJAX
KoAJAX
Request
Interface Request<T>
interface
Request
<
T
=
any
>
{
body
?:
HTMLFormElement
|
BodyInit
|
T
;
headers
?:
HeadersInit
;
method
?:
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
|
"HEAD"
|
"GET"
;
path
:
string
|
URL
;
responseType
?:
XMLHttpRequestResponseType
;
signal
?:
AbortSignal
;
timeout
?:
number
;
withCredentials
?:
boolean
;
}
Type Parameters
T
=
any
Hierarchy (
View Summary
)
RequestOptions
Request
Index
Properties
body?
headers?
method?
path
response
Type?
signal?
timeout?
with
Credentials?
Properties
Optional
body
body
?:
HTMLFormElement
|
BodyInit
|
T
Optional
headers
headers
?:
HeadersInit
Optional
method
method
?:
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
|
"HEAD"
|
"GET"
path
path
:
string
|
URL
Optional
response
Type
responseType
?:
XMLHttpRequestResponseType
Optional
signal
signal
?:
AbortSignal
Optional
timeout
timeout
?:
number
Optional
with
Credentials
withCredentials
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
path
response
Type
signal
timeout
with
Credentials
KoAJAX
Loading...