Preparing search index...
The search index is not available
@amjs/js-utils
@amjs/js-utils
XHRFetchOptions
Interface XHRFetchOptions
interface
XHRFetchOptions
{
body
?:
any
;
headers
?:
Record
<
string
,
string
>
;
method
?:
XHRFetchMethod
;
params
?:
Record
<
string
,
any
>
;
}
Index
Properties
body?
headers?
method?
params?
Properties
Optional
body
body
?:
any
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
method
method
?:
XHRFetchMethod
Optional
params
params
?:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
params
@amjs/js-utils
Loading...