Hilo3d API - v2.0.0
Home
Examples
Repository
Preparing search index...
Hilo3d
ResourceRequestOptions
Interface ResourceRequestOptions
interface
ResourceRequestOptions
{
body
?:
BodyInit
|
null
;
credentials
?:
RequestCredentials
;
headers
?:
Readonly
<
Record
<
string
,
string
>
>
;
method
?:
string
;
signal
?:
AbortSignal
;
type
?:
NetworkResourceType
;
url
:
string
;
}
Index
Properties
body?
credentials?
headers?
method?
signal?
type?
url
Properties
Optional
body
body
?:
BodyInit
|
null
Optional
credentials
credentials
?:
RequestCredentials
Optional
headers
headers
?:
Readonly
<
Record
<
string
,
string
>
>
Optional
method
method
?:
string
Optional
signal
signal
?:
AbortSignal
Optional
type
type
?:
NetworkResourceType
url
url
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
credentials
headers
method
signal
type
url
Home
Examples
Repository
Hilo3d API - v2.0.0
Loading...