Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe/approval-ui
FetchLike
Type Alias FetchLike
FetchLike
:
(
url
:
string
,
init
?:
{
body
?:
string
;
headers
?:
Record
<
string
,
string
>
;
method
?:
string
}
,
)
=>
Promise
<
ResponseLike
>
Type Declaration
(
url
:
string
,
init
?:
{
body
?:
string
;
headers
?:
Record
<
string
,
string
>
;
method
?:
string
}
,
)
:
Promise
<
ResponseLike
>
Parameters
url
:
string
Optional
init
:
{
body
?:
string
;
headers
?:
Record
<
string
,
string
>
;
method
?:
string
}
Returns
Promise
<
ResponseLike
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
GitHub
Anchorage API reference
Loading...