ISPO SDK
ISPO
Preparing search index...
core
Supporting types
HttpProjectRpcFetchInit
Interface HttpProjectRpcFetchInit
Markdown
Copy Markdown
interface
HttpProjectRpcFetchInit
{
body
:
string
;
credentials
?:
"omit"
|
"same-origin"
;
headers
:
Record
<
string
,
string
>
;
method
:
"POST"
;
signal
?:
AbortSignal
;
}
Index
Properties
body
credentials?
headers
method
signal?
Properties
body
body
:
string
Optional
credentials
credentials
?:
"omit"
|
"same-origin"
headers
headers
:
Record
<
string
,
string
>
method
method
:
"POST"
Optional
signal
signal
?:
AbortSignal
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
credentials
headers
method
signal
ISPO
ISPO SDK
Loading...