tutti-api - v2.1.0
GitHub
Preparing search index...
FetchLike
Type Alias FetchLike
FetchLike
:
(
input
:
string
,
init
?:
{
body
?:
string
;
headers
?:
Record
<
string
,
string
>
;
method
?:
string
;
signal
?:
AbortSignal
;
}
,
)
=>
Promise
<
FetchResponse
>
Minimal fetch shape the client relies on (the global
fetch
satisfies it).
Type Declaration
(
input
:
string
,
init
?:
{
body
?:
string
;
headers
?:
Record
<
string
,
string
>
;
method
?:
string
;
signal
?:
AbortSignal
;
}
,
)
:
Promise
<
FetchResponse
>
Parameters
input
:
string
Optional
init
:
{
body
?:
string
;
headers
?:
Record
<
string
,
string
>
;
method
?:
string
;
signal
?:
AbortSignal
;
}
Returns
Promise
<
FetchResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
tutti-api - v2.1.0
Loading...
Minimal fetch shape the client relies on (the global
fetchsatisfies it).